summaryrefslogtreecommitdiff
path: root/stmhal/stm32f4xx_it.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/stm32f4xx_it.c')
-rw-r--r--stmhal/stm32f4xx_it.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/stm32f4xx_it.c b/stmhal/stm32f4xx_it.c
index 9be180a05..3db2019cb 100644
--- a/stmhal/stm32f4xx_it.c
+++ b/stmhal/stm32f4xx_it.c
@@ -71,6 +71,7 @@
#include "stm32f4xx_hal.h"
#include "py/obj.h"
+#include "pendsv.h"
#include "extint.h"
#include "timer.h"
#include "uart.h"
@@ -162,7 +163,6 @@ void DebugMon_Handler(void) {
* @retval None
*/
void PendSV_Handler(void) {
- extern void pendsv_isr_handler(void);
pendsv_isr_handler();
}