Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 5ebfe85

Browse files
authored
v1.1.0 fix missing Timer3 and Timer4 code
### Releases v1.1.0 1. Fix missing code for Timer3 and Timer4
1 parent 1f968e3 commit 5ebfe85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ATmega_TimerInterrupt_Impl.h

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ void ATmega_TimerInterrupt::set_OCR()
162162
#if defined(OCR4A) && defined(TIMSK4) && defined(OCIE4A)
163163
case 4:
164164

165-
166165
_OCRValueToUse = min(MAX_COUNT_16BIT, _OCRValueRemaining);
167166
OCR4A = _OCRValueToUse;
168167
_OCRValueRemaining -= _OCRValueToUse;

0 commit comments

Comments
 (0)