mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Disable trailing-0xff removal when invoking arduino programmer
This commit is contained in:
@@ -130,4 +130,7 @@ void arduino_initpgm(PROGRAMMER * pgm)
|
||||
pgm->read_sig_bytes = arduino_read_sig_bytes;
|
||||
pgm->open = arduino_open;
|
||||
pgm->close = arduino_close;
|
||||
|
||||
/* disable trailing-0xff removal when reading input files and avr flash */
|
||||
avr_mem_hiaddr(NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user