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
No known key found for this signature in database
GPG Key ID: B0B4F1FD86B1EC55
1 changed files with 1 additions and 1 deletions

View File

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