esp32: move disabling rom log to esp_rom

This commit is contained in:
Renz Bagaporo
2020-04-15 16:46:10 +08:00
parent dc22501b47
commit 14902da344
6 changed files with 31 additions and 10 deletions

View File

@@ -71,7 +71,6 @@ extern "C" {
#define RTC_RESET_CAUSE_REG RTC_CNTL_STORE6_REG
#define RTC_MEMORY_CRC_REG RTC_CNTL_STORE7_REG
typedef enum {
AWAKE = 0, //<CPU ON
LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode.