mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'bugfix/touch_sleep_early_log' into 'master'
sleep: fixed the issue error log not printed See merge request espressif/esp-idf!17567
This commit is contained in:
@@ -367,7 +367,7 @@ static uint32_t IRAM_ATTR esp_sleep_start(uint32_t pd_flags)
|
|||||||
{
|
{
|
||||||
#if CONFIG_IDF_TARGET_ESP32S3
|
#if CONFIG_IDF_TARGET_ESP32S3
|
||||||
if (esp_no_sleep) {
|
if (esp_no_sleep) {
|
||||||
ESP_LOGE(TAG, "Sleep cannot be used with Touch/ULP for now.");
|
ESP_EARLY_LOGE(TAG, "Sleep cannot be used with Touch/ULP for now.");
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
#endif //CONFIG_IDF_TARGET_ESP32S3
|
#endif //CONFIG_IDF_TARGET_ESP32S3
|
||||||
|
Reference in New Issue
Block a user