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

Source/portable/MSVC-MingW/portmacro.h

index c7e99b28088ffbcb96cf93412e911b741f6455cb..ad8419a2004cefef0635919744ca322a4f41c148 100644 (file)
@@ -68,7 +68,7 @@
 #define portSTACK_TYPE unsigned portLONG\r
 #define portBASE_TYPE  portLONG\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