diff options
Diffstat (limited to 'esp8266/machine_rtc.c')
-rw-r--r-- | esp8266/machine_rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/machine_rtc.c b/esp8266/machine_rtc.c index 8c1fe0779c..019b705ba2 100644 --- a/esp8266/machine_rtc.c +++ b/esp8266/machine_rtc.c @@ -30,7 +30,7 @@ #include "py/nlr.h" #include "py/obj.h" #include "py/runtime.h" -#include "timeutils.h" +#include "lib/timeutils/timeutils.h" #include "user_interface.h" #include "modmachine.h" |