summaryrefslogtreecommitdiff
path: root/src/device/usbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/usbd.c')
-rw-r--r--src/device/usbd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index a0ff96e8e..aa81cb118 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -209,10 +209,8 @@ static void usbd_reset(uint8_t rhport)
/* USB Device Driver task
* This top level thread manages all device controller event and delegates events to class-specific drivers.
*/
-void usbd_task( void* param)
+void usbd_task (void)
{
- (void) param;
-
// Loop until there is no more events in the queue
while (1)
{