diff options
Diffstat (limited to 'lib/lufa/LUFA/Drivers/USB/Class/Host/CDCClassHost.c')
-rw-r--r-- | lib/lufa/LUFA/Drivers/USB/Class/Host/CDCClassHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lufa/LUFA/Drivers/USB/Class/Host/CDCClassHost.c b/lib/lufa/LUFA/Drivers/USB/Class/Host/CDCClassHost.c index af9ed96e2..cc93f9601 100644 --- a/lib/lufa/LUFA/Drivers/USB/Class/Host/CDCClassHost.c +++ b/lib/lufa/LUFA/Drivers/USB/Class/Host/CDCClassHost.c | |||
@@ -503,7 +503,7 @@ static int CDC_Host_getchar_Blocking(FILE* Stream) | |||
503 | } | 503 | } |
504 | #endif | 504 | #endif |
505 | 505 | ||
506 | void CDC_Host_Event_Stub(void) | 506 | void CDC_Host_Event_Stub(USB_ClassInfo_CDC_Host_t* const CDCInterfaceInfo) |
507 | { | 507 | { |
508 | 508 | ||
509 | } | 509 | } |