Update 2nd debug message in avr.c with correct function name

This commit is contained in:
Stefan Rueger 2022-07-05 01:00:45 +01:00
parent d3b22fa3c6
commit 64ee4858fd
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ int avr_write_byte_default(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem,
if (writeop == NULL) {
#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);
#endif
return -1;