mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 06:04:19 +00:00
feat(esp_timer): added esp_timer p4 base support
This commit is contained in:

committed by
Armando (Dou Yiwen)

parent
5f68437c2f
commit
211c3c0e05
@@ -37,6 +37,8 @@
|
||||
#include "esp32c6/rtc.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32H2
|
||||
#include "esp32h2/rtc.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32P4
|
||||
#include "esp32p4/rtc.h"
|
||||
#endif
|
||||
|
||||
#include "sdkconfig.h"
|
||||
|
Reference in New Issue
Block a user