]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_LM3S316_IAR/hw_include/startup.c
Remove needs-lock SVN parameter from files in the CORTEX-LM3Sxxxx_IAR_KEIL directory.
[freertos] / Demo / CORTEX_LM3S316_IAR / hw_include / startup.c
index 1fd39f5bf82492c39a68592752f0ba7cf0a4c678..a76a7831e2231fb70c03ef27564716fca276c4c3 100644 (file)
@@ -49,6 +49,7 @@ static void IntDefaultHandler(void);
 extern void xPortPendSVHandler(void);\r
 extern void xPortSysTickHandler(void);\r
 extern void vUART_ISR( void );\r
+extern void vPortSVCHandler( void );\r
 \r
 //*****************************************************************************\r
 //\r
@@ -82,7 +83,7 @@ uVectorEntry;
 \r
 //*****************************************************************************\r
 //\r
-// The minimal vector table for a Cortex M3.  Note that the proper constructs\r
+// The minimal vector table for a Cortex-M3.  Note that the proper constructs\r
 // must be placed on this to ensure that it ends up at physical address\r
 // 0x0000.0000.\r
 //\r
@@ -101,7 +102,7 @@ __root const uVectorEntry __vector_table[] @ ".intvec" =
     0,                                      // Reserved\r
     0,                                      // Reserved\r
     0,                                      // Reserved\r
-    IntDefaultHandler,                      // SVCall handler\r
+    vPortSVCHandler,                      // SVCall handler\r
     IntDefaultHandler,                      // Debug monitor handler\r
     0,                                      // Reserved\r
     xPortPendSVHandler,                     // The PendSV handler\r