Skip to content

Commit 09a664a

Browse files
committed
Update project template file
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent d3cc294 commit 09a664a

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
@@ -124,7 +124,7 @@ int main(int argc, char *argv[])
124124
printf("System Ready\n");
125125

126126
/* Create Application tasks */
127-
os_create_task(sample_task, NULL, FALSE);
127+
os_task_create(sample_task, NULL, FALSE);
128128

129129
printf("System Initialization finished\n");
130130

0 commit comments

Comments
 (0)