]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
Update version number to 9.0.0rc2.
[freertos] / FreeRTOS / Source / portable / CCS / MSP430X / portmacro.h
index 63998b1b45db18cacecb8238330ccfc9763e5ae1..864b15b49fc63d998c5063e3431fb2f8f936074a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.\r
+    FreeRTOS V9.0.0rc2 - Copyright (C) 2016 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -8,7 +8,7 @@
 \r
     FreeRTOS is free software; you can redistribute it and/or modify it under\r
     the terms of the GNU General Public License (version 2) as published by the\r
-    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
+    Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception.\r
 \r
     ***************************************************************************\r
     >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
@@ -96,6 +96,7 @@
        #define portSTACK_TYPE uint32_t\r
 #else\r
        #define portSTACK_TYPE uint16_t\r
+       #define portPOINTER_SIZE_TYPE uint16_t\r
 #endif\r
 \r
 typedef portSTACK_TYPE StackType_t;\r