0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-19 13:45:38 +00:00
qmk_firmware/tmk_core/common/avr/printf.mk
Joel Challis 1f2fe2eab9
Refactor platform logic within print.h ()
* Remove GCC check from debug

* Remove platform logic from common.mk

* Refactor platform logic within print.h

* restore debug.c format

* headers

* Rename function pointer type

* review comments

* Update tmk_core/common/printf.c

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Format

Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-02-14 01:44:22 +00:00

3 lines
101 B
Makefile

TMK_COMMON_SRC += $(PLATFORM_COMMON_DIR)/xprintf.S
TMK_COMMON_SRC += $(PLATFORM_COMMON_DIR)/printf.c