summaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-01-26 16:32:06 +0000
committerGitHub <noreply@github.com>2024-01-26 16:32:06 +0000
commita632593769758244f10f577adb69b30e06f64985 (patch)
tree4e6264ac839a88ff927a75dc152aab0787282c56 /keyboards/handwired
parent728aa576b0cd65c6fb7cf77132fdcd06fcedb643 (diff)
Migrate and remove deprecated debug utils (#22961)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/frenchdev/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/frenchdev/matrix.c b/keyboards/handwired/frenchdev/matrix.c
index 3afc6dcee6..af7c8b5444 100644
--- a/keyboards/handwired/frenchdev/matrix.c
+++ b/keyboards/handwired/frenchdev/matrix.c
@@ -151,7 +151,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;
}