1
0
Fork 0

Move print/debug files to quantum (#12069)

* move print/debug files to quantum

* Update comments
This commit is contained in:
Joel Challis 2021-08-03 18:49:33 +01:00 committed by GitHub
parent 3f419dc872
commit 34de7ca224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 25 additions and 44 deletions

View file

@ -63,7 +63,7 @@ endif
$(TEST)_SRC += \
tests/test_common/main.c \
$(LIB_PATH)/printf/printf.c \
$(COMMON_DIR)/printf.c
$(QUANTUM_PATH)/logging/print.c
$(TEST_OBJ)/$(TEST)_SRC := $($(TEST)_SRC)
$(TEST_OBJ)/$(TEST)_INC := $($(TEST)_INC) $(VPATH) $(GTEST_INC)