From a7f134911aed0acdf0908686d6a721ad6e8ffd3a Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sun, 3 May 2009 08:28:14 +0000 Subject: [PATCH] Just a formatting change. --- Source/tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/tasks.c b/Source/tasks.c index c58b46575..d84e2f70e 100644 --- a/Source/tasks.c +++ b/Source/tasks.c @@ -142,7 +142,7 @@ static volatile unsigned portBASE_TYPE uxSchedulerSuspended = ( unsigned portBA static volatile unsigned portBASE_TYPE uxMissedTicks = ( unsigned portBASE_TYPE ) 0; static volatile portBASE_TYPE xMissedYield = ( portBASE_TYPE ) pdFALSE; static volatile portBASE_TYPE xNumOfOverflows = ( portBASE_TYPE ) 0; -static unsigned portBASE_TYPE uxTaskNumber = 0; +static unsigned portBASE_TYPE uxTaskNumber = ( unsigned portBASE_TYPE ) 0; /* Debugging and trace facilities private variables and macros. ------------*/