summaryrefslogtreecommitdiff
path: root/tmk_core/common/arm_atsam/printf.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-16 16:09:10 +0000
committerQMK Bot <hello@qmk.fm>2021-07-16 16:09:10 +0000
commit4066662bdf88f2f95b17f4aa950417d97f6210e1 (patch)
tree08a99ac977d3929f0b86d5e2916b804f34d03de2 /tmk_core/common/arm_atsam/printf.h
parent7ed5ac4a6026939898810f9a9c706fb7a09db171 (diff)
parent366be0f7e9b4f408b7494fcb68142ac70d909170 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/common/arm_atsam/printf.h')
-rw-r--r--tmk_core/common/arm_atsam/printf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tmk_core/common/arm_atsam/printf.h b/tmk_core/common/arm_atsam/printf.h
deleted file mode 100644
index 95557f5b01..0000000000
--- a/tmk_core/common/arm_atsam/printf.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#define CONSOLE_PRINTBUF_SIZE 512
-
-void console_printf(char *fmt, ...);
-
-#define __xprintf console_printf