diff options
Diffstat (limited to 'stmhal/pyexec.c')
-rw-r--r-- | stmhal/pyexec.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index 45928427e..48be225af 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -26,8 +26,7 @@ #include <stdlib.h> #include <stdio.h> - -#include <stm32f4xx_hal.h> +#include <stdint.h> #include "mpconfig.h" #include "nlr.h" @@ -50,6 +49,8 @@ #include "usb.h" #include "genhdr/py-version.h" +#include HAL_H + pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL; STATIC bool repl_display_debugging_info = 0; |