Skip to content

Commit f0fe0c3

Browse files
author
Pierre-Noel Bouteville
committed
cosmetic
1 parent 9204db8 commit f0fe0c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,7 @@ void vTaskStartScheduler( void )
20652065
/* Setting up the timer tick is hardware specific and thus in the
20662066
* portable interface. */
20672067
xPortStartScheduler();
2068+
20682069
/* In most cases, xPortStartScheduler() will not return. If it
20692070
* returns pdTRUE then there was not enough heap memory available
20702071
* to create either the Idle or the Timer task. If it returned

0 commit comments

Comments
 (0)