Skip to content

Commit

Permalink
bugfix in subdir.mk src
Browse files Browse the repository at this point in the history
  • Loading branch information
stancecoke committed Oct 2, 2024
1 parent 4d1df0c commit 05d6fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/subdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Src/print.c \
Src/hubsensor.c \
Src/stm32f1xx_hal_msp.c \
Src/stm32f1xx_it.c \
Src/system_stm32f1xx_Bootloader.c
Src/system_stm32f1xx.c

OBJS += \
build/FOC.o \
Expand All @@ -27,7 +27,7 @@ build/print.o \
build/hubsensor.o \
build/stm32f1xx_hal_msp.o \
build/stm32f1xx_it.o \
build/system_stm32f1xx_Bootloader.o
build/system_stm32f1xx.o

C_DEPS += \
build/FOC.d \
Expand All @@ -40,7 +40,7 @@ build/print.d \
build/hubsensor.d \
build/stm32f1xx_hal_msp.d \
build/stm32f1xx_it.d \
build/system_stm32f1xx_Bootloader.d
build/system_stm32f1xx.d

INC_PATH = Inc
DRIVERS_PATH = Drivers/STM32F1xx_HAL_Driver/Inc
Expand Down

0 comments on commit 05d6fde

Please sign in to comment.