From 151b0ea67c0810c7ecf67ee33ee40af6b05718dc Mon Sep 17 00:00:00 2001 From: David Buezas Date: Wed, 19 Feb 2025 00:01:43 +0100 Subject: [PATCH 1/2] Update timer1.tsv --- src/data/atmega328p/timer1.tsv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +* From 2ee33162d51a186fbc8c1f427439141941e1614e Mon Sep 17 00:00:00 2001 From: David Buezas Date: Wed, 19 Feb 2025 00:03:11 +0100 Subject: [PATCH 2/2] Fin lgt --- src/data/lgt328p/timer1.tsv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +*