summaryrefslogtreecommitdiff
path: root/demos/host/src/keyboard_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/host/src/keyboard_app.h')
-rw-r--r--demos/host/src/keyboard_app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/keyboard_app.h b/demos/host/src/keyboard_app.h
index 9fa574d2d..1f71e4006 100644
--- a/demos/host/src/keyboard_app.h
+++ b/demos/host/src/keyboard_app.h
@@ -63,7 +63,7 @@
void keyboard_app_init(void);
-OSAL_TASK_DECLARE( keyboard_app_task );
+OSAL_TASK_FUNCTION( keyboard_app_task );
#ifdef __cplusplus
}