]> git.sur5r.net Git - freertos/commitdiff
Remove the SVC handler from the SAMD20 FreeRTOSConfig.h as the GCC Cortex-M0 port...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Oct 2013 10:58:23 +0000 (10:58 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Oct 2013 10:58:23 +0000 (10:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2071 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/config/FreeRTOSConfig.h

index 1247c0123008043982638a997cd59c504c0c017c..995af4a4395b69340d1ae5d62fbf955a3f35d065 100644 (file)
@@ -142,7 +142,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