]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
Multiple tidy up, documentation corrections and typo corrections highlighted by Tamas...
[freertos] / FreeRTOS / Source / portable / GCC / HCS12 / portmacro.h
index d94e81ec8555cfe0f16120f988972b6bdc61c200..ddf523b93ac4d1a0e5f78dc3f57a9d746cfe174c 100644 (file)
@@ -95,7 +95,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