Merge branch 'feature/esp32c61_esp_timer_systimer' into 'master'

feat(esp_timer): Updates systimer and esp_timer for ESP32-C61

Closes IDF-9284, IDF-10955, IDF-9307, and IDF-9308

See merge request espressif/esp-idf!33439
This commit is contained in:
Konstantin Kondrashov
2024-09-14 16:08:40 +08:00
10 changed files with 15 additions and 42 deletions

View File

@@ -12,8 +12,6 @@
#include "soc/pcr_struct.h"
#include "hal/assert.h"
// TODO: [ESP32C61] IDF-9307, inherit from C6
#ifdef __cplusplus
extern "C" {
#endif