]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/portable.h
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISE...
[freertos] / FreeRTOS / Source / include / portable.h
index 619daf9a7e0b9e8e586eda3a06a6374daf848e6b..0fbaa51e16ef2012bf95e516477834e9f23141b3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.0.1 - Copyright (C) 2014 Real Time Engineers Ltd.\r
+    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -322,7 +322,7 @@ to find the path to the correct portmacro.h file. */
 #endif\r
 \r
 #if portBYTE_ALIGNMENT == 8\r
-       #define portBYTE_ALIGNMENT_MASK ( 0x0007 )\r
+       #define portBYTE_ALIGNMENT_MASK ( 0x0007U )\r
 #endif\r
 \r
 #if portBYTE_ALIGNMENT == 4\r