diff options
| author | hathach <[email protected]> | 2018-03-01 11:17:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-01 11:17:11 +0700 |
| commit | a789fad4b7b23b8324e07ee4b9d08a145f5df0f9 (patch) | |
| tree | 4591738b231d2229b863b7a61b9bb5bb1c69733c /demos/host/src/mouse_host_app.h | |
| parent | 30124b9b02e067c967aca642823f3ed4cb7f618d (diff) | |
clean up osal semaphore/queue/mutex
Diffstat (limited to 'demos/host/src/mouse_host_app.h')
| -rw-r--r-- | demos/host/src/mouse_host_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/mouse_host_app.h b/demos/host/src/mouse_host_app.h index fdd697353..05f1541f9 100644 --- a/demos/host/src/mouse_host_app.h +++ b/demos/host/src/mouse_host_app.h @@ -65,7 +65,7 @@ #if TUSB_CFG_HOST_HID_MOUSE
void mouse_host_app_init(void);
-OSAL_TASK_FUNCTION( mouse_host_app_task, p_task_para);
+void mouse_host_app_task(void* param);
#else
|
