From 7eaefa76a517bfbbf237c6e9f8e96929a8e9ba38 Mon Sep 17 00:00:00 2001 From: RichardBarry Date: Sun, 3 May 2009 08:28:14 +0000 Subject: [PATCH] Just a formatting change. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@720 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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. ------------*/ -- 2.39.2