feat(esp_timer): Re-enable tests on ESP32P4

esp_timer example test requires Light Sleep support.
This commit is contained in:
Konstantin Kondrashov
2024-01-30 13:39:23 +02:00
parent d92cd1b7ec
commit 2b909f99d5
8 changed files with 13 additions and 25 deletions
@@ -13,7 +13,7 @@
#include "esp_rom_sys.h"
#include "esp_sleep.h"
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32P4) // TODO IDF-7528
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32P4) // TODO Light Sleep support - IDF-7528
static void timer_cb1(void *arg)
{