Fix mismatched aliased event and event stub function prototypes.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / CDCClassHost.c
index d463c66..83cf6ea 100644 (file)
@@ -505,7 +505,7 @@ uint8_t CDC_Host_Flush(USB_ClassInfo_CDC_Host_t* const CDCInterfaceInfo)
        }
 #endif
 
-void CDC_Host_Event_Stub(void)
+void CDC_Host_Event_Stub(USB_ClassInfo_CDC_Host_t* const CDCInterfaceInfo)
 {
 
 }