diff options
Diffstat (limited to 'stmhal/boards/stm32f4xx_prefix.c')
-rw-r--r-- | stmhal/boards/stm32f4xx_prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/boards/stm32f4xx_prefix.c b/stmhal/boards/stm32f4xx_prefix.c index 529e0f0c3c..f4ffdab68e 100644 --- a/stmhal/boards/stm32f4xx_prefix.c +++ b/stmhal/boards/stm32f4xx_prefix.c @@ -3,8 +3,8 @@ #include <stdio.h> #include "py/obj.h" +#include "py/mphal.h" #include "pin.h" -#include MICROPY_HAL_H #define AF(af_idx, af_fn, af_unit, af_type, af_ptr) \ { \ |