stm8flash
stm8flash copied to clipboard
Output SWIM errors in hex, not decimal with hex prefix
SWIM errors are currently printed with a hex prefix but the value is actually decimal:
ERROR2("SWIM error 0x%02d\n", status[set][0]);
This PR fixes that.