fixing build error with host stack

This commit is contained in:
hathach
2018-12-05 18:58:30 +07:00
parent e0aa38ca8d
commit 4537ba66e5
8 changed files with 82 additions and 89 deletions

View File

@@ -298,7 +298,7 @@ static void usbd_task_body(void)
/* USB device task
* Thread that handles all device events. With an real RTOS, the task must be a forever loop and never return.
* For codign convenience with no RTOS, we use wrapped sub-function for processing to easily return at any time.
* For coding convenience with no RTOS, we use wrapped sub-function for processing to easily return at any time.
*/
void usbd_task( void* param)
{