diff --git a/src/data/atmega328p/timer1.tsv b/src/data/atmega328p/timer1.tsv index c34fff0..198a62a 100644 --- a/src/data/atmega328p/timer1.tsv +++ b/src/data/atmega328p/timer1.tsv @@ -87,11 +87,11 @@ CS1 CS12 CS11 CS10 clockPrescalerOrSource ExternalClockInput OCIE1A interruptA interruptVectorCodeA 0 off //nocode -1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR0A match */\n} +1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR1A match */\n} OCIE1B interruptB interruptVectorCodeB 0 off //nocode -1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR0B match */\n} +1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR1B match */\n} TOIE1 InterruptOnTimerOverflow interruptVectorCodeOVF @@ -131,4 +131,4 @@ OCR1A * OCR1B -* \ No newline at end of file +* diff --git a/src/data/lgt328p/timer1.tsv b/src/data/lgt328p/timer1.tsv index 2447dc0..b55d0ec 100644 --- a/src/data/lgt328p/timer1.tsv +++ b/src/data/lgt328p/timer1.tsv @@ -86,11 +86,11 @@ CS1 CS12 CS11 CS10 clockPrescalerOrSource ExternalClockInput OCIE1A interruptA interruptVectorCodeA 0 off //nocode -1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR0A match */\n} +1 on ISR(TIMER1_COMPA_vect) {\n /* on OCR1A match */\n} OCIE1B interruptB interruptVectorCodeB 0 off //nocode -1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR0B match */\n} +1 on ISR(TIMER1_COMPB_vect) {\n /* on OCR1B match */\n} TOIE1 InterruptOnTimerOverflow interruptVectorCodeOVF 0 off //nocode @@ -175,4 +175,4 @@ OCR1A * OCR1B -* \ No newline at end of file +*