mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2026-03-22 06:36:04 +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
|
else
|
||||||
{
|
{
|
||||||
pmsg_error("unsupported memory type %s\n", mem->desc);
|
pmsg_notice("reading not supported for %s memory\n", mem->desc);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user