Skip to content

Commit

Permalink
update makefile with hubsensor.c
Browse files Browse the repository at this point in the history
  • Loading branch information
stancecoke committed Oct 2, 2024
1 parent c974307 commit c236bcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/subdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Src/display_kunteng.c \
Src/eeprom.c \
Src/main.c \
Src/print.c \
Src/hubsensor.c \
Src/stm32f1xx_hal_msp.c \
Src/stm32f1xx_it.c \
Src/system_stm32f1xx_Bootloader.c
Expand All @@ -23,6 +24,7 @@ build/display_kunteng.o \
build/eeprom.o \
build/main.o \
build/print.o \
build/hubsensor.o \
build/stm32f1xx_hal_msp.o \
build/stm32f1xx_it.o \
build/system_stm32f1xx_Bootloader.o
Expand All @@ -35,6 +37,7 @@ build/display_kunteng.d \
build/eeprom.d \
build/main.d \
build/print.d \
build/hubsensor.d \
build/stm32f1xx_hal_msp.d \
build/stm32f1xx_it.d \
build/system_stm32f1xx_Bootloader.d
Expand Down

0 comments on commit c236bcf

Please sign in to comment.