From ca606af33128a786d4e74721fca02e1160d0da95 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Mon, 25 Nov 2024 12:38:50 +0000 Subject: [PATCH] Fix typo --- src/avr.c | 2 +- src/avrdude.conf.in | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/avr.c b/src/avr.c index f8fb74402..5d1560956 100644 --- a/src/avr.c +++ b/src/avr.c @@ -1749,7 +1749,7 @@ int avr_unlock(const PROGRAMMER *pgm, const AVRPART *p) { * * before the application's first call of progress_report(). The update * function has to keep track whether reporting was initiated or has been - * prematurely cut short, eg, by an error. It received an int percentage + * prematurely cut short, eg, by an error. It receives an int percentage * in [0, 100] of how much progress has been made, a double etime of how * much time in seconds has passed since the activity started, a string * hdr that describes the activity, eg, "Reading" (device memory) and an diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index fadcd9f3c..d1c79bb8f 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -5312,8 +5312,7 @@ part parent "t44" # t44a "ATtiny44A-SSNR: SOIC14, Fmax=20 MHz, T=[-40 C, 105 C], Vcc=[1.8 V, 5.5 V]", "ATtiny44A-SSU: SOIC14, Fmax=20 MHz, T=[-40 C, 85 C], Vcc=[1.8 V, 5.5 V]", "ATtiny44A-SSUR: SOIC14N, Fmax=20 MHz, T=[-40 C, 85 C], Vcc=[1.8 V, 5.5 V]"; - mcuid = XVII + IV; # 21; - + mcuid = XVII + IV; # 21 ; #------------------------------------------------------------