Skip to content

Commit d4a27c2

Browse files
MCUdudefacchinm
authored andcommittedMar 11, 2019
Update comment
1 parent 8e375e0 commit d4a27c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎variants/uno2018/timers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define TIME_TRACKING_TIMER_PERIOD 0xFF
55
#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 */
6+
#define TIME_TRACKING_TIMER_DIVIDER 64 /* Clock divider for TCB0 */
77
#define TIME_TRACKING_CYCLES_PER_OVF (TIME_TRACKING_TICKS_PER_OVF * TIME_TRACKING_TIMER_DIVIDER)
88

99
#define PWM_TIMER_PERIOD 0xFF /* For frequency */

0 commit comments

Comments
 (0)
Please sign in to comment.