summaryrefslogtreecommitdiff
path: root/demos/host/src/mouse_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/host/src/mouse_app.h')
-rw-r--r--demos/host/src/mouse_app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/mouse_app.h b/demos/host/src/mouse_app.h
index 7c5972310..3830424da 100644
--- a/demos/host/src/mouse_app.h
+++ b/demos/host/src/mouse_app.h
@@ -62,7 +62,7 @@
#endif
void mouse_app_init(void);
-OSAL_TASK_DECLARE( mouse_app_task );
+OSAL_TASK_FUNCTION( mouse_app_task );
#ifdef __cplusplus
}