aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals
diff options
context:
space:
mode:
Diffstat (limited to 'src/peripherals')
-rw-r--r--src/peripherals/timer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripherals/timer.ts b/src/peripherals/timer.ts
index 7cae2ac..4e75fb1 100644
--- a/src/peripherals/timer.ts
+++ b/src/peripherals/timer.ts
@@ -115,7 +115,7 @@ export const timer2Config: AVRTimerConfig = {
TCCRC: 0, // not available
TIMSK: 0x70,
dividers: {
- 0: 1,
+ 0: 0,
1: 1,
2: 8,
3: 32,