aboutsummaryrefslogtreecommitdiff
path: root/cores
diff options
context:
space:
mode:
Diffstat (limited to 'cores')
-rw-r--r--cores/arduino/USBCore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp
index ddc4812..723edb3 100644
--- a/cores/arduino/USBCore.cpp
+++ b/cores/arduino/USBCore.cpp
@@ -399,7 +399,7 @@ bool SendControl(u8 d)
}
_cmark++;
return true;
-};
+}
// Clipped by _cmark/_cend
int USB_SendControl(u8 flags, const void* d, int len)