]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
Multiple tidy up, documentation corrections and typo corrections highlighted by Tamas...
[freertos] / FreeRTOS / Source / portable / Renesas / RX200 / portmacro.h
index 4db447f2b14d1295ca0f00d1a94e20d3218ffdd6..575bd12acaad66bf575e7c25e46f5428b4bb24c9 100644 (file)
@@ -99,7 +99,7 @@ portSTACK_TYPE and portBASE_TYPE. */
        #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