]> git.sur5r.net Git - freertos/commitdiff
Correct the configUSE_16_BIT_TICKS usage in the GCC Coldfire port layer.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 28 Feb 2011 16:11:26 +0000 (16:11 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 28 Feb 2011 16:11:26 +0000 (16:11 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1309 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/GCC/MCF5235/portmacro.h

index 7e94b5f4b260e89b4a7af83d7bc832453d1a3e02..90ecf78eaedba6e814a4e415a540cabb015bcfd7 100644 (file)
@@ -67,7 +67,7 @@ extern "C" {
 #define portSTACK_TYPE  unsigned int\r
 #define portBASE_TYPE   int\r
 \r
-#if( USE_16_BIT_TICKS == 1 )\r
+#if( configUSE_16_BIT_TICKS == 1 )\r
     typedef unsigned portSHORT portTickType;\r
     #define portMAX_DELAY ( portTickType ) 0xffff\r
 #else\r