Skip to content

Commit

Permalink
probably fix hellen openblt
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Oct 4, 2023
1 parent 7e1ab77 commit 17570a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/bootloader/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) $(PROJECT_DIR)/hw_layer/main_hardf
INCDIR = $(ALLINC) \
$(PCH_DIR) \
.. \
$(BOARDINC) \
$(CHIBIOS)/os/various \
$(CHIBIOS)/os/ex/ST \
$(CHIBIOS)/os/hal/lib/peripherals/sensors \
Expand All @@ -235,6 +236,7 @@ INCDIR = $(ALLINC) \
$(PROJECT_DIR)/console/binary_log \
$(PROJECT_DIR)/console/fl_binary \
$(PROJECT_DIR)/hw_layer \
$(PROJECT_DIR)/hw_layer/digital_input \
$(PROJECT_DIR)/hw_layer/adc \
$(PROJECT_DIR)/hw_layer/mass_storage \
$(PROJECT_DIR)/hw_layer/serial_over_usb \
Expand Down

0 comments on commit 17570a4

Please sign in to comment.