From 63bd3ebbefe1c9a4ff4549ebea76f733b524e415 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Tue, 22 Oct 2013 11:27:43 +0000 Subject: [PATCH] Remove the SVC handler from the XMC1000 demo as it is no longer used by the Cortex-M0 port layer. --- .../CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC/FreeRTOSConfig.h | 1 - 1 file changed, 1 deletion(-) 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