aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/print.h
diff options
context:
space:
mode:
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