diff options
| author | Damien George | 2019-02-08 01:03:51 +1100 |
|---|---|---|
| committer | Damien George | 2019-02-08 01:20:13 +1100 |
| commit | b178958c0799f16847a70c7a5c717a39528407ec (patch) | |
| tree | 05c161bcddb2d53d84d344cd4d87b2569a9091bc /ports/stm32/stm32_it.c | |
| parent | 1bcf4afb10434e8b1e1b73e3e402c48c75f213fc (diff) | |
stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code.
Diffstat (limited to 'ports/stm32/stm32_it.c')
| -rw-r--r-- | ports/stm32/stm32_it.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ports/stm32/stm32_it.c b/ports/stm32/stm32_it.c index 49b8ff1a8..88e7f5bfe 100644 --- a/ports/stm32/stm32_it.c +++ b/ports/stm32/stm32_it.c @@ -290,15 +290,6 @@ void SVC_Handler(void) { void DebugMon_Handler(void) { } -/** - * @brief This function handles PendSVC exception. - * @param None - * @retval None - */ -void PendSV_Handler(void) { - pendsv_isr_handler(); -} - /******************************************************************************/ /* STM32F4xx Peripherals Interrupt Handlers */ /* Add here the Interrupt Handler for the used peripheral(s) (PPP), for the */ |
