diff options
Diffstat (limited to 'stmhal/irq.c')
-rw-r--r-- | stmhal/irq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stmhal/irq.c b/stmhal/irq.c index 7a265a52b9..749e4813c3 100644 --- a/stmhal/irq.c +++ b/stmhal/irq.c @@ -26,10 +26,9 @@ #include "py/nlr.h" #include "py/obj.h" +#include "py/mphal.h" #include "irq.h" -#include MICROPY_HAL_H - /// \moduleref pyb /// \function wfi() |