]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s
Ensure the XMC1000_IAR_KEIL_GCC projects still build after updates to the Cortex...
[freertos] / FreeRTOS / Demo / CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC / IAR_Specific / startup_XMC1300.s
index 1acaf7f29d9db8dac102d016f32581cacf28d406..8b777e3da3f6ef909e23c71ed2cd5c2bb1355214 100644 (file)
@@ -7,10 +7,10 @@
 ;*\r
 ;* $Revision: 64600 $\r
 ;*\r
-;******************* Version History **********************************************   \r
+;******************* Version History **********************************************\r
+;\r
+;  V6, May, 16,2013 TYS:a) Add XMC1300_SCU.inc\r
 ;\r
-;  V6, May, 16,2013 TYS:a) Add XMC1300_SCU.inc \r
-;     \r
 ;**********************************************************************************\r
 ;\r
 ; The modules in this file are included in the libraries, and may be replaced\r
@@ -30,7 +30,7 @@
 #else\r
 #define CLKVAL1_SSW 0x00000100\r
 #define CLKVAL2_SSW 0x00000000\r
-#endif         \r
+#endif\r
 \r
         ;; Forward declaration of sections.\r
         SECTION CSTACK:DATA:NOROOT(3)\r
@@ -152,7 +152,7 @@ __vector_table
 \r
         THUMB\r
 \r
-        PUBWEAK Reset_Handler\r
+        PUBLIC Reset_Handler\r
         SECTION .text:CODE:REORDER(2)\r
 Reset_Handler\r
         LDR     R0, =SystemInit\r