From 8057215b54295cda2b5989d3138110b990291f59 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Tue, 22 Oct 2013 10:58:23 +0000 Subject: [PATCH] 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 --- .../RTOSDemo/src/config/FreeRTOSConfig.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2