esp32c6: add esp_timer support

This commit is contained in:
wuzhenghui
2022-07-12 20:44:58 +08:00
committed by morris
parent ab09c07fdd
commit 308e4dcbfa
4 changed files with 8 additions and 0 deletions
@@ -26,6 +26,8 @@
#include "esp32h2/rom/ets_sys.h"
#elif CONFIG_IDF_TARGET_ESP32C2
#include "esp32c2/rom/ets_sys.h"
#elif CONFIG_IDF_TARGET_ESP32C6
#include "esp32c6/rom/ets_sys.h"
#endif
static void test_correct_delay_timer_func(void* arg)