diff options
| author | hathach <[email protected]> | 2018-12-05 18:58:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-05 20:26:55 +0700 |
| commit | 4537ba66e536eb1d40c73f80ab150d92c2393397 (patch) | |
| tree | 09e5b5d2b480462828d30f57451f5e102f18881c /src/device | |
| parent | e0aa38ca8d2106aca9842b310640346f6a8ac562 (diff) | |
fixing build error with host stack
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 78eebf76b..121ee3da9 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -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)
{
|
