]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
Multiple tidy up, documentation corrections and typo corrections highlighted by Tamas...
[freertos] / FreeRTOS / Source / portable / IAR / AVR32_UC3 / portmacro.h
index 8da08e5ed3d1672b62aed01c4a8bdbd87d9533fd..fb781c224701c44e135c20955735913a2360f11a 100644 (file)
@@ -13,7 +13,8 @@
  *****************************************************************************/\r
 \r
 /*\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
@@ -119,7 +120,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