]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
Multiple tidy up, documentation corrections and typo corrections highlighted by Tamas...
[freertos] / FreeRTOS / Source / portable / GCC / ColdFire_V2 / portmacro.h
index bff44b627f1744d2d85bdbe461fb4399a9a41918..76c4c4e25f5336637c7c639dc409a41379a0743d 100644 (file)
@@ -94,7 +94,7 @@ extern "C" {
        #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