mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 06:55:27 +00:00
Downgrade flash read unsupported err msg to notice
This commit is contained in:
@@ -824,7 +824,7 @@ static int micronucleus_read_byte(const PROGRAMMER *pgm, const AVRPART *p, const
|
||||
}
|
||||
else
|
||||
{
|
||||
pmsg_error("unsupported memory type %s\n", mem->desc);
|
||||
pmsg_notice("reading not supported for %s memory\n", mem->desc);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user