Update 2nd debug message in avr.c with correct function name
This commit is contained in:
parent
d3b22fa3c6
commit
64ee4858fd
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue