Skip to content

Commit c9e461f

Browse files
authored
Update Power.cpp
1 parent 0381cbe commit c9e461f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utility/Power.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*----------------------------------------------------------------------*/
88
#include "Power.h"
99
#include "../M5Stack.h"
10-
#include <esp32/rom/rtc.h>
10+
#include "esp32/rom/rtc.h"
1111
#include <esp_sleep.h>
1212
#include <esp_bt_main.h>
1313
#include <esp_wifi.h>
@@ -415,4 +415,4 @@ void POWER::powerOFF(){
415415

416416
//wait shutdown from IP5306 (low-current shutdown)
417417
esp_deep_sleep_start();
418-
}
418+
}

0 commit comments

Comments
 (0)