summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAditya Naik2020-04-09 02:23:59 -0400
committerAditya Naik2020-04-09 02:23:59 -0400
commitc21724122abc32a503ba9e79dd567bc220e62158 (patch)
tree93d74ee9eeb18a087729f35cbf95454fbf3d82d2 /makefile
parent0e3936c4f8f784b17bb9d86267d802ec1425e0c5 (diff)
main.c and corresponding makefile
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7374892..ed9fb02 100644
--- a/makefile
+++ b/makefile
@@ -36,7 +36,7 @@ BUILD_DIR = build
######################################
# C sources
C_SOURCES = \
-src/main-hs.c \
+src/main.c \
src/stm32f4xx_it.c \
src/stm32f4xx_hal_msp.c \
src/system_stm32f4xx.c \