forked from mirrors/qmk_userspace
Fix conflicting types for 'tfp_printf' (#8269)
* Refactor to use mpaland/printf * trim firmware size * remove keymap changes * run clang format * Fixup after rebase * fix up git-submodule command for printf
This commit is contained in:
parent
f31bf1b202
commit
e17b55e33a
10 changed files with 16 additions and 356 deletions
|
@ -72,9 +72,7 @@ extern "C"
|
|||
|
||||
# elif defined(PROTOCOL_CHIBIOS) /* PROTOCOL_CHIBIOS */
|
||||
|
||||
# ifndef TERMINAL_ENABLE
|
||||
# include "chibios/printf.h"
|
||||
# endif
|
||||
# include "printf.h" // lib/printf/printf.h
|
||||
|
||||
# ifdef USER_PRINT /* USER_PRINT */
|
||||
|
||||
|
@ -89,7 +87,6 @@ extern "C"
|
|||
# define uprintf printf
|
||||
|
||||
# else /* NORMAL PRINT */
|
||||
|
||||
// Create user & normal print defines
|
||||
# define print(s) printf(s)
|
||||
# define println(s) printf(s "\r\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue