diff options
Diffstat (limited to 'stm/stm32fxxx_it.c')
-rw-r--r-- | stm/stm32fxxx_it.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/stm32fxxx_it.c b/stm/stm32fxxx_it.c index 7b5030bc6e..97cdee6a84 100644 --- a/stm/stm32fxxx_it.c +++ b/stm/stm32fxxx_it.c @@ -151,6 +151,8 @@ void DebugMon_Handler(void) */ void PendSV_Handler(void) { + extern void pendsv_isr_handler(void); + pendsv_isr_handler(); } /** |