aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/print.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-07-24 19:56:45 +0100
committerGitHub <noreply@github.com>2021-07-24 19:56:45 +0100
commitb5bcd5b0a18079df1252a718588255c62d24a054 (patch)
tree886b84473e94718fed4de18a6d6c5b5b9e46eb89 /tmk_core/common/print.h
parent145d89ab9192d08b7e22a14105d27988944b7b0c (diff)
downloadqmk_firmware-b5bcd5b0a18079df1252a718588255c62d24a054.tar.gz
qmk_firmware-b5bcd5b0a18079df1252a718588255c62d24a054.zip
Refactor some platform dependent logic (#13675)
Diffstat (limited to 'tmk_core/common/print.h')
-rw-r--r--tmk_core/common/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/print.h b/tmk_core/common/print.h
index 48f91e634..8c055f549 100644
--- a/tmk_core/common/print.h
+++ b/tmk_core/common/print.h
@@ -47,7 +47,7 @@ void print_set_sendchar(sendchar_func_t func);
47# define uprintln(s) printf(s "\r\n") 47# define uprintln(s) printf(s "\r\n")
48# define uprintf printf 48# define uprintf printf
49 49
50# endif /* __AVR__ / PROTOCOL_CHIBIOS / PROTOCOL_ARM_ATSAM */ 50# endif /* __has_include_next("_print.h") */
51#else /* NO_PRINT */ 51#else /* NO_PRINT */
52# undef xprintf 52# undef xprintf
53// Remove print defines 53// Remove print defines