mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Change Intel HEX line length from 32 to 16 to match line length of avr-objcopy
This commit is contained in:
@@ -1159,7 +1159,7 @@ static int fileio_ihex(struct fioparms * fio,
|
|||||||
|
|
||||||
switch (fio->op) {
|
switch (fio->op) {
|
||||||
case FIO_WRITE:
|
case FIO_WRITE:
|
||||||
rc = b2ihex(mem->buf, size, 32, fio->fileoffset, filename, f);
|
rc = b2ihex(mem->buf, size, 16, fio->fileoffset, filename, f);
|
||||||
if (rc < 0) {
|
if (rc < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user