Downgrade flash read unsupported err msg to notice

This commit is contained in:
Stefan Rueger
2022-12-28 13:16:53 +00:00
parent 8a4ab97360
commit 71b7e6d51f

View File

@@ -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;
} }
} }