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