From: richardbarry Date: Tue, 22 Oct 2013 10:58:23 +0000 (+0000) Subject: Remove the SVC handler from the SAMD20 FreeRTOSConfig.h as the GCC Cortex-M0 port... X-Git-Tag: V7.6.0~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8057215b54295cda2b5989d3138110b990291f59;p=freertos Remove the SVC handler from the SAMD20 FreeRTOSConfig.h as the GCC Cortex-M0 port no longer uses it. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2071 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h index 1247c0123..995af4a43 100644 --- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h @@ -142,7 +142,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