aboutsummaryrefslogtreecommitdiff
path: root/ps2_usb/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps2_usb/matrix.c')
-rw-r--r--ps2_usb/matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ps2_usb/matrix.c b/ps2_usb/matrix.c
index 5d73cc2a3..1aac3f866 100644
--- a/ps2_usb/matrix.c
+++ b/ps2_usb/matrix.c
@@ -349,6 +349,7 @@ uint8_t matrix_scan(void)
349 default: 349 default:
350 state = INIT; 350 state = INIT;
351 } 351 }
352 phex(code);
352 } 353 }
353 return 1; 354 return 1;
354} 355}