Migrate and remove deprecated debug utils (#22961)
This commit is contained in:
parent
728aa576b0
commit
a632593769
13 changed files with 26 additions and 127 deletions
|
@ -116,7 +116,7 @@ uint8_t matrix_scan(void)
|
|||
if (matrix_debouncing[i] != row) {
|
||||
matrix_debouncing[i] = row;
|
||||
if (debouncing) {
|
||||
debug("bounce!: "); debug_hex(debouncing); debug("\n");
|
||||
dprintf("bounce!: %02X\n", debouncing);
|
||||
}
|
||||
debouncing = DEBOUNCE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue