]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISE...
[freertos] / FreeRTOS / Source / portable / IAR / ARM_CA9 / portmacro.h
index c38079945ab5cab55ab53d77363f5db609bcc1f7..5ef448ec872d429a9c4715296cfdbf854ebe6fc5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.1.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
        #define portLOWEST_USABLE_INTERRUPT_PRIORITY ( portLOWEST_INTERRUPT_PRIORITY - 1UL )\r
 \r
        /* Architecture specific optimisations. */\r
+       #ifndef configUSE_PORT_OPTIMISED_TASK_SELECTION\r
+               #define configUSE_PORT_OPTIMISED_TASK_SELECTION 1\r
+       #endif\r
+\r
        #if configUSE_PORT_OPTIMISED_TASK_SELECTION == 1\r
 \r
                /* Store/clear the ready priorities in a bit map. */\r