Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_EQUAL_SI...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / Events.c
index 5733aa8..e202218 100644 (file)
@@ -18,7 +18,7 @@
   advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.
 
-  The author disclaim all warranties with regard to this
+  The author disclaims all warranties with regard to this
   software, including all implied warranties of merchantability
   and fitness.  In no event shall the author be liable for any
   special, indirect or consequential damages or any damages
@@ -32,6 +32,7 @@
 #define  __INCLUDE_FROM_USB_DRIVER
 #include "Events.h"
 
+// cppcheck-suppress unusedFunction
 void USB_Event_Stub(void)
 {