Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrueger committed Nov 25, 2024
1 parent 22efe4f commit ca606af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/avr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/avrdude.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

#------------------------------------------------------------
Expand Down

0 comments on commit ca606af

Please sign in to comment.