Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / CDCClassDevice.c
index 082c1e3..f9b9a12 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2012.
+     Copyright (C) Dean Camera, 2013.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2012  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -332,7 +332,6 @@ static int CDC_Device_getchar_Blocking(FILE* Stream)
 }
 #endif
 
 }
 #endif
 
-// cppcheck-suppress unusedFunction
 void CDC_Device_Event_Stub(void)
 {
 
 void CDC_Device_Event_Stub(void)
 {