summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAditya Naik2020-04-07 00:22:19 -0400
committerAditya Naik2020-04-07 00:22:19 -0400
commit88e041cb910f5d238cd5775921a339f529cbc3b1 (patch)
tree35a205422bc7aa573ff25bc452aed1d75053a6bc /Makefile
parent3a725dcadf2de4eb3de0634fd82ce27daafa20d7 (diff)
Working on MDR decoding in main-hs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 250032c..c6a1ab6 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \