diff options
Diffstat (limited to 'stmhal/pin.c')
-rw-r--r-- | stmhal/pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pin.c b/stmhal/pin.c index 3aba949759..a0f3994f78 100644 --- a/stmhal/pin.c +++ b/stmhal/pin.c @@ -30,7 +30,7 @@ #include "py/nlr.h" #include "py/runtime.h" -#include MICROPY_HAL_H +#include "py/mphal.h" #include "pin.h" /// \moduleref pyb |