Skip to content

Commit bb121cf

Browse files
Add comment task example
1 parent 895eb59 commit bb121cf

File tree

1 file changed

+1
-0
lines changed
  • examples/stm32f429discovery/task

1 file changed

+1
-0
lines changed

examples/stm32f429discovery/task/task.c

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ void callback(void *parameter) {
1010
while(1) {
1111
status ^= 1;
1212
gpio_set(*pin, status);
13+
//Sleep
1314
vTaskDelay(1000);
1415
}
1516
}

0 commit comments

Comments
 (0)