only:order of imports is important

This commit is contained in:
rusefillc 2024-08-02 20:00:59 -04:00
parent ddbfe0be4c
commit 9fcefd26ae
1 changed files with 1 additions and 1 deletions

View File

@ -55,9 +55,9 @@ CPPSRC += $(ALLCPPSRC) \
INCDIR += \
$(PCH_DIR) \
$(BOARDINC) \
$(UNIT_TESTS_DIR) \
$(ALLINC) \
$(BOARDINC) \
$(PROJECT_DIR)/config/boards/hellen \
$(FRAMEWORK_INC) \
$(UNIT_TESTS_DIR)/test_data_structures \