Fix an compilation error recently introduced into stm32_vectors.S

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5780 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2013-03-23 23:06:51 +00:00
parent 3e7db57403
commit d71238b5a6
+6 -4
View File
@@ -52,8 +52,6 @@
* arch/arm/src/armv7-m/up_vectors.S)
*/
#ifndef CONFIG_ARMV7M_CMNVECTOR
/************************************************************************************
* Preprocessor Definitions
************************************************************************************/
@@ -77,12 +75,16 @@
* Global Symbols
************************************************************************************/
.globl __start
.syntax unified
.thumb
.file "stm32_vectors.S"
/* Check if common ARMv7 interrupt vectoring is used (see arch/arm/src/armv7-m/up_vectors.S) */
#ifndef CONFIG_ARMV7M_CMNVECTOR
globl __start
/************************************************************************************
* Macros
************************************************************************************/