This commit is contained in:
Stefan Rueger
2024-11-25 12:38:50 +00:00
parent 22efe4f5e5
commit ca606af331
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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
;
#------------------------------------------------------------