From: richardbarry Date: Tue, 22 Oct 2013 11:27:43 +0000 (+0000) Subject: Remove the SVC handler from the XMC1000 demo as it is no longer used by the Cortex... X-Git-Tag: V7.6.0~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e27d0c549268105aab8b2ebb99a9def4f23d9ab6;p=freertos Remove the SVC handler from the XMC1000 demo as it is no longer used by the Cortex-M0 port layer. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2073 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h index be1d5a39a..e7cd9a09f 100644 --- a/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h @@ -134,7 +134,6 @@ header file. */ /* Definitions that map the FreeRTOS port interrupt handlers to their CMSIS standard names - or at least those used in the unmodified vector table. */ -#define vPortSVCHandler SVC_Handler #define xPortPendSVHandler PendSV_Handler #define xPortSysTickHandler SysTick_Handler