summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2019-12-30 21:44:22 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2019-12-30 21:44:22 +0000
commite29b95d64b318e8f5cc8b5a7606fc29c1c491568 (patch)
treee800ea173118bdadb7ad39373b45b95adb6fe8c6 /FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/IAR_Specific/startup_XMC1300.s
parentb3effd23945dfe65409487afd7e7875e4c781bbf (diff)
downloadfreertos-e29b95d64b318e8f5cc8b5a7606fc29c1c491568.tar.gz
Ensure the XMC1000_IAR_KEIL_GCC projects still build after updates to the Cortex-M0 port layer - minor change to remove warning related to using a newer version of the IAR tools.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2780 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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