summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp32/machine_rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp32/machine_rtc.c')
-rw-r--r--ports/esp32/machine_rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/machine_rtc.c b/ports/esp32/machine_rtc.c
index 1b6a71b5b4..52227c93b8 100644
--- a/ports/esp32/machine_rtc.c
+++ b/ports/esp32/machine_rtc.c
@@ -36,7 +36,7 @@
#include "py/obj.h"
#include "py/runtime.h"
#include "py/mphal.h"
-#include "lib/timeutils/timeutils.h"
+#include "shared/timeutils/timeutils.h"
#include "modmachine.h"
#include "machine_rtc.h"