fix reboot-to-dfu

This commit is contained in:
Matthew Kennedy 2023-12-25 14:48:38 -05:00 committed by rusefillc
parent ddb09f652f
commit 204ca9dc36
1 changed files with 3 additions and 1 deletions

View File

@ -222,7 +222,9 @@ TCPPSRC =
# List ASM source files here
# List ASM source files here
ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) \
$(RUSEFIASM) \
$(PROJECT_DIR)/hw_layer/main_hardfault_asm.S
INCDIR = $(ALLINC) \
$(PCH_DIR) \