Prettified format string
parent
4aa558eda7
commit
9d8edf41eb
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue