From: RichardBarry Date: Sun, 3 May 2009 08:28:14 +0000 (+0000) Subject: Just a formatting change. X-Git-Tag: V5.3.0~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7eaefa76a517bfbbf237c6e9f8e96929a8e9ba38;p=freertos Just a formatting change. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@720 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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. ------------*/