]> 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 d8768dd19e7283555043dea634c0cad98fcdd68d..fe7bca553f1e77a24fa312ea01cdc053137045df 100644 (file)
@@ -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