]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
Multiple tidy up, documentation corrections and typo corrections highlighted by Tamas...
[freertos] / FreeRTOS / Source / portable / Renesas / RX600 / portmacro.h
index df6d88fbba591795b4bf28022d053e8a1ae5dc4c..847021405ccb65a4e338e85b200d45bdf441f5e9 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
-    FreeRTOS V7.5.2 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 \r
@@ -98,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