From c236bcf322929e29f53531ca8d7a54d2ceab97ad Mon Sep 17 00:00:00 2001 From: stancecoke Date: Wed, 2 Oct 2024 13:20:48 +0200 Subject: [PATCH] update makefile with hubsensor.c --- Src/subdir.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Src/subdir.mk b/Src/subdir.mk index 2ecfa58a..f69e597b 100644 --- a/Src/subdir.mk +++ b/Src/subdir.mk @@ -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 @@ -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 @@ -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