]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOS_tick_config.c
Update version number to 9.0.0rc2.
[freertos] / FreeRTOS / Demo / CORTEX_R4F_RZ_T_GCC_IAR / src / FreeRTOS_tick_config.c
index 449274271e903b99d7ff0da22548642e409bf25e..6bfb84d6f77b344e9b6b6c7e2cf2ba80fbd9b6ea 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.2.2 - 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
@@ -196,12 +196,12 @@ ISRFunction_t pxISRToCall = pxISRFunction;
        $PROJ_DIR$/System/IAR/Interrupt_Entry_Stubs.asm */\r
        static void FreeRTOS_Tick_Handler_Entry( void )\r
        {\r
-               __asm volatile (                                                                                                                \\r
-                                                       "PUSH   {r0-r1}                                                         \t\n"   \\r
-                                                       "LDR    r0, =pxISRFunction                                      \t\n"   \\r
-                                                       "LDR    R1, =FreeRTOS_Tick_Handler                      \t\n"   \\r
-                                                       "STR    R1, [r0]                                                        \t\n"   \\r
-                                                       "POP    {r0-r1}                                                         \t\n"   \\r
+               __asm volatile (\r
+                                                       "PUSH   {r0-r1}                                                         \t\n"\r
+                                                       "LDR    r0, =pxISRFunction                                      \t\n"\r
+                                                       "LDR    R1, =FreeRTOS_Tick_Handler                      \t\n"\r
+                                                       "STR    R1, [r0]                                                        \t\n"\r
+                                                       "POP    {r0-r1}                                                         \t\n"\r
                                                        "B              FreeRTOS_IRQ_Handler                                    "\r
                                                );\r
        }\r