]> git.sur5r.net Git - freertos/commitdiff
Remove the SVC handler from the XMC1000 demo as it is no longer used by the Cortex...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Oct 2013 11:27:43 +0000 (11:27 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Oct 2013 11:27:43 +0000 (11:27 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2073 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h

index be1d5a39a60461835de6404620279ff058ad92b3..e7cd9a09f458e2fbbee36fb94eaa5b006eeb36bf 100644 (file)
@@ -134,7 +134,6 @@ header file. */
 \r
 /* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS\r
 standard names - or at least those used in the unmodified vector table. */\r
-#define vPortSVCHandler SVC_Handler\r
 #define xPortPendSVHandler PendSV_Handler\r
 #define xPortSysTickHandler SysTick_Handler\r
 \r