mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Move print/debug files to quantum (#12069)
* move print/debug files to quantum * Update comments
This commit is contained in:
9
quantum/logging/print.mk
Normal file
9
quantum/logging/print.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
PRINTF_PATH = $(LIB_PATH)/printf
|
||||
|
||||
VPATH += $(PRINTF_PATH)
|
||||
SRC += $(PRINTF_PATH)/printf.c
|
||||
QUANTUM_SRC +=$(QUANTUM_DIR)/logging/print.c
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_FLOAT
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_EXPONENTIAL
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_LONG_LONG
|
||||
OPT_DEFS += -DPRINTF_DISABLE_SUPPORT_PTRDIFF_T
|
||||
Reference in New Issue
Block a user