mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04: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:
parent
dcd261bb8b
commit
63bd3ebbef
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue