Skip to content

Commit

Permalink
add watchdog to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stancecoke committed Jan 17, 2023
1 parent 861a374 commit 402565a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Drivers/STM32F1xx_HAL_Driver/Src/subdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c \
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c \
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c \
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c \
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c \
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c

OBJS += \
Expand All @@ -35,6 +36,7 @@ build/stm32f1xx_hal_rcc.o \
build/stm32f1xx_hal_rcc_ex.o \
build/stm32f1xx_hal_tim.o \
build/stm32f1xx_hal_tim_ex.o \
build/stm32f1xx_hal_iwdg.o \
build/stm32f1xx_hal_uart.o

C_DEPS += \
Expand All @@ -52,6 +54,7 @@ build/stm32f1xx_hal_rcc.d \
build/stm32f1xx_hal_rcc_ex.d \
build/stm32f1xx_hal_tim.d \
build/stm32f1xx_hal_tim_ex.d \
build/stm32f1xx_hal_iwdg.d \
build/stm32f1xx_hal_uart.d

INC_PATH = Inc
Expand Down

0 comments on commit 402565a

Please sign in to comment.