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
|
@ -183,9 +183,7 @@ void led_task(void) {
|
|||
last_led_modification_time = timer_read32();
|
||||
|
||||
if (debug_keyboard) {
|
||||
debug("led_task: ");
|
||||
debug_hex8(led_status);
|
||||
debug("\n");
|
||||
dprintf("led_task: %02X\n", led_status);
|
||||
}
|
||||
led_set(led_status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue