summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s')
-rw-r--r--FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s
index 1acaf7f29..8b777e3da 100644
--- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s
+++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s
@@ -7,10 +7,10 @@
;*
;* $Revision: 64600 $
;*
-;******************* Version History **********************************************
+;******************* Version History **********************************************
+;
+; V6, May, 16,2013 TYS:a) Add XMC1300_SCU.inc
;
-; V6, May, 16,2013 TYS:a) Add XMC1300_SCU.inc
-;
;**********************************************************************************
;
; The modules in this file are included in the libraries, and may be replaced
@@ -30,7 +30,7 @@
#else
#define CLKVAL1_SSW 0x00000100
#define CLKVAL2_SSW 0x00000000
-#endif
+#endif
;; Forward declaration of sections.
SECTION CSTACK:DATA:NOROOT(3)
@@ -152,7 +152,7 @@ __vector_table
THUMB
- PUBWEAK Reset_Handler
+ PUBLIC Reset_Handler
SECTION .text:CODE:REORDER(2)
Reset_Handler
LDR R0, =SystemInit