Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit cad234c

Browse files
authored
v1.3.0 to suppress errors and warnings
### Releases v1.3.0 1. Suppress errors and warnings for new ESP32 core v2.0.4+
1 parent 89977bf commit cad234c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP32_New_FastTimerInterrupt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class ESP32FastTimerInterrupt
228228
.auto_reload = TIMER_AUTORELOAD_EN, //reloads counter automatically
229229
.divider = TIMER_DIVIDER,
230230
#if SOC_TIMER_GROUP_SUPPORT_XTAL
231-
.clk_src = TIMER_SRC_CLK_XTAL //Use XTAL as source clock
231+
.clk_src = TIMER_SRC_CLK_XTAL //Use XTAL as source clock
232232
#endif
233233
};
234234

0 commit comments

Comments
 (0)