diff options
Diffstat (limited to 'cc3200/mods/modutime.c')
| -rw-r--r-- | cc3200/mods/modutime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modutime.c b/cc3200/mods/modutime.c index 14ac10ad1..c669d32a5 100644 --- a/cc3200/mods/modutime.c +++ b/cc3200/mods/modutime.c @@ -29,10 +29,10 @@ #include <string.h> #include "py/mpconfig.h" -#include MICROPY_HAL_H #include "py/nlr.h" #include "py/obj.h" #include "py/smallint.h" +#include "py/mphal.h" #include "timeutils.h" #include "inc/hw_types.h" #include "inc/hw_ints.h" |
