Downgrade flash read unsupported err msg to notice
This commit is contained in:
parent
8a4ab97360
commit
71b7e6d51f
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue