summaryrefslogtreecommitdiff
path: root/examples/imx7d_val_m4/demo_apps/sema4_demo/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imx7d_val_m4/demo_apps/sema4_demo/main.c')
-rw-r--r--examples/imx7d_val_m4/demo_apps/sema4_demo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imx7d_val_m4/demo_apps/sema4_demo/main.c b/examples/imx7d_val_m4/demo_apps/sema4_demo/main.c
index ccf070e..d24111f 100644
--- a/examples/imx7d_val_m4/demo_apps/sema4_demo/main.c
+++ b/examples/imx7d_val_m4/demo_apps/sema4_demo/main.c
@@ -98,7 +98,7 @@ int main(void)
// Initialize SEMA4 mutex gate and reset
SEMA4_Mutex_Init(SEMA4_DEMO_GATE, true);
- // Create a demo task which will print Hello world and echo user's input.
+ // Create a demo task.
xTaskCreate(Sema4Task, "SEMA4 Task", configMINIMAL_STACK_SIZE,
NULL, tskIDLE_PRIORITY+1, NULL);