Prettified format string

master
Mark 2022-07-08 16:39:36 -07:00
parent 4aa558eda7
commit 9d8edf41eb
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ bool Ergodox::read() {
// If keyboard sends a state packet, parse it.
case CMD_SEND_STATE:
if (animation_mode != read_buf[1]) {
wprintf(L"Mode set to %#x\n", read_buf[1]);
wprintf(L"Mode set to 0x%02X\n", read_buf[1]);
animation_mode = read_buf[1];
}