summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAditya Naik2020-04-22 15:58:38 -0400
committerAditya Naik2020-04-22 15:58:38 -0400
commit89c7930fb5be50108a8d72acfbd6fbded8063dd2 (patch)
tree41cd6194c2b7ca99c8ac87b94341df45e7fc875a /makefile
parent6b85f7b240cadeb076d666a5f14695eec7497300 (diff)
Manually add MDR
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ed9fb02..e9ccdce 100644
--- a/makefile
+++ b/makefile
@@ -36,7 +36,7 @@ BUILD_DIR = build
######################################
# C sources
C_SOURCES = \
-src/main.c \
+src/main-data.c \
src/stm32f4xx_it.c \
src/stm32f4xx_hal_msp.c \
src/system_stm32f4xx.c \