fix(esp_timer): removed leftover TODOs

This commit is contained in:
Marius Vikhammer
2026-04-22 15:11:01 +08:00
parent a572df21d3
commit 9ddde5df89
3 changed files with 1 additions and 5 deletions

View File

@@ -19,8 +19,6 @@ extern "C" {
// All these functions get invoked either from ISR or HAL that linked to IRAM.
// Always inline these functions even no gcc optimization is applied.
// TODO: [ESP32S31] IDF-14693
/******************* SYSTIMER LL CAPS *************************/
#define SYSTIMER_LL_COUNTER_NUM 2 // Number of counter units
#define SYSTIMER_LL_ALARM_NUM 3 // Number of alarm units