feat(esp_timer): added esp_timer p4 base support

This commit is contained in:
Armando
2023-07-17 17:10:52 +08:00
committed by Armando (Dou Yiwen)
parent 5f68437c2f
commit 211c3c0e05
4 changed files with 13 additions and 0 deletions

View File

@@ -31,6 +31,8 @@
#include "esp32c6/rtc.h"
#elif CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rtc.h"
#elif CONFIG_IDF_TARGET_ESP32P4
#include "esp32p4/rtc.h"
#endif
__attribute__((unused)) static const char* TAG = "system_time";