Skip to content

Commit a88bed6

Browse files
committed
Merge branch 'master' of github.com:m5stack/M5Stack into master
2 parents 7a6105b + 7ba399c commit a88bed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utility/Power.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <rom/rtc.h>
1414

1515
#include "../M5Stack.h"
16+
#include "esp32/rom/rtc.h"
1617

1718

1819
// ================ Power IC IP5306 ===================
@@ -433,4 +434,4 @@ void POWER::powerOFF() {
433434

434435
// wait shutdown from IP5306 (low-current shutdown)
435436
esp_deep_sleep_start();
436-
}
437+
}

0 commit comments

Comments
 (0)