]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
Multiple tidy up, documentation corrections and typo corrections highlighted by Tamas...
[freertos] / FreeRTOS / Source / portable / GCC / MicroBlaze / portmacro.h
index bb3c37e5ef6f811446f71334e7902a0a65e994d1..39d70723ebb7d0e9cef8d13c9fd5933b99345c37 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