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)