mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-28 08:43:45 +00:00
Remove the SVC handler from the XMC1000 demo as it is no longer used by the Cortex-M0 port layer.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user