]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
Multiple tidy up, documentation corrections and typo corrections highlighted by Tamas...
[freertos] / FreeRTOS / Source / portable / Paradigm / Tern_EE / small / portmacro.h
index d602ed36af9c859e78924fc83bd1df769de57af3..fe7bca553f1e77a24fa312ea01cdc053137045df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.5.3 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -96,7 +96,7 @@ typedef void ( __interrupt __far *pxISR )();
        #define portMAX_DELAY ( portTickType ) 0xffff\r
 #else\r
        typedef unsigned portLONG portTickType;\r
-       #define portMAX_DELAY ( portTickType ) 0xffffffff\r
+       #define portMAX_DELAY ( portTickType ) 0xffffffffUL\r
 #endif\r
 /*-----------------------------------------------------------*/\r
 \r