Skip to content

Commit 36bc927

Browse files
committed
Restore timer default predivisor after high speed PWM support addition
Default timer predivisor for ms
1 parent 5f86608 commit 36bc927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/digispark/cores/tiny/wiring.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define MILLISTIMER_OVF_vect MILLISTIMER_(OVF_vect)
4949

5050

51-
#define MS_TIMER_TICK_EVERY_X_CYCLES 1 /* Shall be a within 1, 8, 64, 256 or 1024. (default = 64) If set to 1, HW PWM is around [email protected] with Digispark */
51+
#define MS_TIMER_TICK_EVERY_X_CYCLES 64 /* Shall be a within 1, 8, 64, 256 or 1024. (default = 64) If set to 1, HW PWM is around [email protected] with Digispark */
5252

5353
#if F_CPU >= 3000000L
5454
#if !defined(MS_TIMER_TICK_EVERY_X_CYCLES)

0 commit comments

Comments
 (0)