]> git.sur5r.net Git - freertos/blobdiff - Source/tasks.c
Just a formatting change.
[freertos] / Source / tasks.c
index c58b46575df2e8611fef00747fe3e886ba7254de..d84e2f70ebfc88ae7a0c5883c7a5da06f4e9776a 100644 (file)
@@ -142,7 +142,7 @@ static volatile unsigned portBASE_TYPE uxSchedulerSuspended         = ( unsigned portBA
 static volatile unsigned portBASE_TYPE uxMissedTicks                   = ( unsigned portBASE_TYPE ) 0;\r
 static volatile portBASE_TYPE xMissedYield                                             = ( portBASE_TYPE ) pdFALSE;\r
 static volatile portBASE_TYPE xNumOfOverflows                                  = ( portBASE_TYPE ) 0;\r
-static unsigned portBASE_TYPE uxTaskNumber = 0;\r
+static unsigned portBASE_TYPE uxTaskNumber                                             = ( unsigned portBASE_TYPE ) 0;\r
 \r
 /* Debugging and trace facilities private variables and macros. ------------*/\r
 \r