Re-enable cppcheck static analysis unused function checks after adding in special...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / CDCClassDevice.c
index f0ddfcd..5b53438 100644 (file)
@@ -352,6 +352,7 @@ static int CDC_Device_getchar_Blocking(FILE* Stream)
 }
 #endif
 
+// cppcheck-suppress unusedFunction
 void CDC_Device_Event_Stub(void)
 {