mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 01:30:56 +00:00
Switch to LOG
.
This commit is contained in:
parent
0ad1529f3f
commit
7af5737ec5
@ -157,7 +157,7 @@ void IntelligentKeyboard::dispatch_command(uint8_t command) {
|
|||||||
// If not, exit. If so, perform and drop out of the switch.
|
// If not, exit. If so, perform and drop out of the switch.
|
||||||
switch(command_sequence_.front()) {
|
switch(command_sequence_.front()) {
|
||||||
default:
|
default:
|
||||||
printf("Unrecognised IKBD command %02x\n", command);
|
LOG("Unrecognised IKBD command " << PADHEX(2) << +command);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x80:
|
case 0x80:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user