File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ CS1 CS12 CS11 CS10 clockPrescalerOrSource ExternalClockInput
8787
8888OCIE1A interruptA interruptVectorCodeA
89890 off //nocode
90- 1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR0A match */\n}
90+ 1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR1A match */\n}
9191
9292OCIE1B interruptB interruptVectorCodeB
93930 off //nocode
94- 1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR0B match */\n}
94+ 1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR1B match */\n}
9595
9696
9797TOIE1 InterruptOnTimerOverflow interruptVectorCodeOVF
@@ -131,4 +131,4 @@ OCR1A
131131*
132132
133133OCR1B
134- *
134+ *
Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ CS1 CS12 CS11 CS10 clockPrescalerOrSource ExternalClockInput
8686
8787OCIE1A interruptA interruptVectorCodeA
88880 off //nocode
89- 1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR0A match */\n}
89+ 1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR1A match */\n}
9090
9191OCIE1B interruptB interruptVectorCodeB
92920 off //nocode
93- 1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR0B match */\n}
93+ 1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR1B match */\n}
9494
9595TOIE1 InterruptOnTimerOverflow interruptVectorCodeOVF
96960 off //nocode
@@ -175,4 +175,4 @@ OCR1A
175175*
176176
177177OCR1B
178- *
178+ *
You can’t perform that action at this time.
0 commit comments