xt_usb: Fix scan code print for debug
This commit is contained in:
parent
b6cc5394b8
commit
06e3f84856
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ uint8_t matrix_scan(void)
|
||||||
|
|
||||||
uint8_t code = xt_host_recv();
|
uint8_t code = xt_host_recv();
|
||||||
if (!code) return 0;
|
if (!code) return 0;
|
||||||
xprintf("%02X ", code);
|
dprintf("%02X ", code);
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case INIT:
|
case INIT:
|
||||||
switch (code) {
|
switch (code) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue