Skip to content

Commit

Permalink
Fix timer_shutdown on 32u4 chip
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Oct 6, 2014
1 parent d403e8a commit 8cfa38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/FreqCountTimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ static inline void timer_start(void)

static inline void timer_shutdown(void)
{
TCCR2B = 0;
TCCR4B = 0;
TIMSK4 = 0;
OCR4C = saveOCR4C;
TCCR4A = saveTCCR4A;
Expand Down

0 comments on commit 8cfa38a

Please sign in to comment.