remove task void* param

This commit is contained in:
hathach
2018-12-13 13:53:43 +07:00
parent bc46dc6edf
commit af1ffe4675
5 changed files with 6 additions and 10 deletions

View File

@@ -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)
{