]> git.sur5r.net Git - freertos/commitdiff
Change FreeRTOSConfig.h for the LPCXpresso CM0 demo as there seem to be two forms...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 25 Jan 2012 09:23:55 +0000 (09:23 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 25 Jan 2012 09:23:55 +0000 (09:23 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1679 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h

index 2f00c12434b9a5645a51a97b4abf1e87867fd9e4..1f0fc4c866ac37657af0e85ddc30ebe71616fb3f 100644 (file)
@@ -116,8 +116,8 @@ header file. */
 #define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }\r
 \r
 /* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS\r
-standard names. */\r
-#define vPortSVCHandler SVC_Handler\r
+standard names - or at least those used in the unmodified vector table. */\r
+#define vPortSVCHandler SVCall_Handler\r
 #define xPortPendSVHandler PendSV_Handler\r
 #define xPortSysTickHandler SysTick_Handler\r
 \r