mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-24 01:56:25 +03:00
Improve comments
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
// Context of the programmer
|
||||
typedef enum {
|
||||
DRY_NOBOOTLOADER, // No bootloader, taking to an ordinary programmer
|
||||
DRY_NOBOOTLOADER, // No bootloader, talking to an ordinary programmer
|
||||
DRY_TOP, // Bootloader and it sits at top of flash
|
||||
DRY_BOTTOM, // Bootloader sits at bottom of flash (UPDI parts)
|
||||
} Dry_prog;
|
||||
|
||||
@@ -827,7 +827,7 @@ nopatch_nometa:
|
||||
|
||||
if(!ur.done_ce) { // Unless chip erase was just issued (where all mem is 0xff)
|
||||
if((ur.urprotocol && !(ur.urfeatures & UB_FLASH_LL_NOR)) || !ur.urprotocol) {
|
||||
// Scan the memory for eff pages with unset bytes and read these bytes from device flash
|
||||
// Scan memory for effective pages with unset bytes and read these bytes from device flash
|
||||
int ai, npe, addr, nset;
|
||||
|
||||
uint8_t spc[2048];
|
||||
|
||||
Reference in New Issue
Block a user