summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAditya Naik2020-04-03 19:45:59 -0400
committerAditya Naik2020-04-03 19:45:59 -0400
commit3a725dcadf2de4eb3de0634fd82ce27daafa20d7 (patch)
treeebffd84f56cbf28b2a1ceadf7dc6417c587dd648 /Makefile
parent3e9d2f9106bddbe5ac7973104e75ee98b11c7518 (diff)
Working MDR decode on master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6a1ab6..250032c 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-hs.c \
+Src/main.c \
Src/stm32f4xx_it.c \
Src/stm32f4xx_hal_msp.c \
Src/system_stm32f4xx.c \