diff options
Diffstat (limited to 'src/peripherals/timer.ts')
| -rw-r--r-- | src/peripherals/timer.ts | 2 |
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, |
