change(example): sleep iram optimization support for esp_timer demo

This commit is contained in:
Li Shuai
2025-11-21 15:31:25 +08:00
parent 9ed3a7a49a
commit c2de93eca9
2 changed files with 3 additions and 1 deletions
@@ -71,7 +71,6 @@ void app_main(void)
int64_t t2 = esp_timer_get_time();
ESP_LOGI(TAG, "Woke up from light sleep, time since boot: %lld us", t2);
// TODO: PM-232
assert(((t2 - t1 - 500000) < 1000) && ((t2 - t1 - 500000) > -2000));
#endif