]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
Prepare for V9.0.0 release:
[freertos] / FreeRTOS / Source / portable / IAR / MSP430X / data_model.h
index 49ce8c1bc2eb9acc0470ee281796383c9a27fb69..334f86609172d44defca714c9beac90ec7a84a52 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V9.0.0rc2 - Copyright (C) 2016 Real Time Engineers Ltd.\r
+    FreeRTOS V9.0.0 - 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
@@ -70,7 +70,7 @@
 #ifndef DATA_MODEL_H\r
 #define DATA_MODEL_H\r
 \r
-#ifdef __DATA_MODEL_SMALL__\r
+#if __DATA_MODEL__ == __DATA_MODEL_SMALL__\r
        #define pushm_x pushm.w\r
        #define popm_x popm.w\r
        #define push_x push.w\r
@@ -79,7 +79,7 @@
        #define cmp_x cmp.w\r
 #endif\r
 \r
-#ifdef __DATA_MODEL_MEDIUM__\r
+#if __DATA_MODEL__ == __DATA_MODEL_MEDIUM__\r
        #define pushm_x pushm.a\r
        #define popm_x popm.a\r
        #define push_x pushx.a\r
@@ -88,7 +88,7 @@
        #define cmp_x cmp.w\r
 #endif\r
 \r
-#ifdef __DATA_MODEL_LARGE__\r
+#if __DATA_MODEL__ == __DATA_MODEL_LARGE__\r
        #define pushm_x pushm.a\r
        #define popm_x popm.a\r
        #define push_x pushx.a\r