mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-21 16:46:30 +03:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user