diff options
| author | Aditya Naik | 2020-04-07 00:22:19 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-04-07 00:22:19 -0400 |
| commit | 88e041cb910f5d238cd5775921a339f529cbc3b1 (patch) | |
| tree | 35a205422bc7aa573ff25bc452aed1d75053a6bc /Makefile | |
| parent | 3a725dcadf2de4eb3de0634fd82ce27daafa20d7 (diff) | |
Working on MDR decoding in main-hs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c \ Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c \
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c \
Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c \
-Src/main.c \
+Src/main-hs.c \
Src/stm32f4xx_it.c \
Src/stm32f4xx_hal_msp.c \
Src/system_stm32f4xx.c \
|
