stm8flash icon indicating copy to clipboard operation
stm8flash copied to clipboard

Output SWIM errors in hex, not decimal with hex prefix

Open rhulme opened this issue 1 year ago • 0 comments

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.

rhulme avatar Sep 23 '23 12:09 rhulme