codeclean: rename sleep_periph to sleep_sys_periph

This commit is contained in:
wuzhenghui
2023-02-15 16:35:23 +08:00
parent 6f7eadf1ea
commit 186da9af93
6 changed files with 28 additions and 28 deletions

View File

@@ -78,7 +78,7 @@
#include "esp32c6/rom/rtc.h"
#include "hal/lp_timer_hal.h"
#include "esp_private/esp_pmu.h"
#include "esp_private/sleep_peripheral.h"
#include "esp_private/sleep_sys_periph.h"
#include "esp_private/sleep_clock.h"
#elif CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rom/rtc.h"