Skip to content

Commit e2ff097

Browse files
committed
Update application main.c template source
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 146f747 commit e2ff097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
122122
printf("System Ready\n");
123123

124124
/* Create Application tasks */
125-
os_task_create(sample_task, NULL, FALSE);
125+
os_task_create(sample_task, "sampletask", NULL, FALSE);
126126

127127
printf("System Initialization finished\n");
128128

0 commit comments

Comments
 (0)