mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 17:34:56 +00:00
Update 2nd debug message in avr.c with correct function name
This commit is contained in:
@@ -650,7 +650,7 @@ int avr_write_byte_default(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem,
|
|||||||
|
|
||||||
if (writeop == NULL) {
|
if (writeop == NULL) {
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
avrdude_message(MSG_INFO, "avr_write_byte(): write not supported for memory type \"%s\"\n",
|
avrdude_message(MSG_INFO, "avr_write_byte_default(): write not supported for memory type \"%s\"\n",
|
||||||
mem->desc);
|
mem->desc);
|
||||||
#endif
|
#endif
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user