Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDCClassHost.c
index 2a8af56..2bf9943 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
@@ -468,7 +468,6 @@ static int CDC_Host_getchar_Blocking(FILE* Stream)
 }
 #endif
 
 }
 #endif
 
-// cppcheck-suppress unusedFunction
 void CDC_Host_Event_Stub(void)
 {
 
 void CDC_Host_Event_Stub(void)
 {