diff options
Diffstat (limited to 'esp8266/modutime.c')
-rw-r--r-- | esp8266/modutime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/modutime.c b/esp8266/modutime.c index 241d3ccf7d..5c55833c33 100644 --- a/esp8266/modutime.c +++ b/esp8266/modutime.c @@ -32,7 +32,7 @@ #include "py/obj.h" #include "py/gc.h" #include "py/runtime.h" -#include MICROPY_HAL_H +#include "py/mphal.h" #include "modpyb.h" #include "modpybrtc.h" #include "timeutils.h" |