We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 8e375e0 commit d4a27c2Copy full SHA for d4a27c2
variants/uno2018/timers.h
@@ -3,7 +3,7 @@
3
4
#define TIME_TRACKING_TIMER_PERIOD 0xFF
5
#define TIME_TRACKING_TICKS_PER_OVF (TIME_TRACKING_TIMER_PERIOD + 1) /* Timer ticks per overflow of TCB3 */
6
-#define TIME_TRACKING_TIMER_DIVIDER 64 /* Clock divider for TCB3 */
+#define TIME_TRACKING_TIMER_DIVIDER 64 /* Clock divider for TCB0 */
7
#define TIME_TRACKING_CYCLES_PER_OVF (TIME_TRACKING_TICKS_PER_OVF * TIME_TRACKING_TIMER_DIVIDER)
8
9
#define PWM_TIMER_PERIOD 0xFF /* For frequency */
0 commit comments