Migrate and remove deprecated debug utils (#22961)
This commit is contained in:
@@ -76,7 +76,7 @@ uint8_t matrix_scan(void)
|
||||
if (matrix_debouncing[i] != cols) {
|
||||
matrix_debouncing[i] = cols;
|
||||
if (debouncing) {
|
||||
debug("bounce!: "); debug_hex(debouncing); debug("\n");
|
||||
dprintf("bounce!: %02X\n", debouncing);
|
||||
}
|
||||
debouncing = DEBOUNCE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user