From 504178ba1726406e45d21a2824b34f216ee47af3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 24 Mar 2013 17:28:38 +0000 Subject: Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/stm32/stm32_vectors.S | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nuttx/arch/arm/src/stm32/stm32_vectors.S') diff --git a/nuttx/arch/arm/src/stm32/stm32_vectors.S b/nuttx/arch/arm/src/stm32/stm32_vectors.S index b624e09c9..61a1ea83a 100644 --- a/nuttx/arch/arm/src/stm32/stm32_vectors.S +++ b/nuttx/arch/arm/src/stm32/stm32_vectors.S @@ -48,9 +48,6 @@ /************************************************************************************ * Configuration ************************************************************************************/ -/* Check if common ARMv7 interrupt vectoring is used (see - * arch/arm/src/armv7-m/up_vectors.S) - */ /************************************************************************************ * Preprocessor Definitions @@ -83,7 +80,7 @@ #ifndef CONFIG_ARMV7M_CMNVECTOR - globl __start + .globl __start /************************************************************************************ * Macros -- cgit v1.2.3