diff options
| author | Aditya Naik | 2020-04-09 02:23:59 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-04-09 02:23:59 -0400 |
| commit | c21724122abc32a503ba9e79dd567bc220e62158 (patch) | |
| tree | 93d74ee9eeb18a087729f35cbf95454fbf3d82d2 /makefile | |
| parent | 0e3936c4f8f784b17bb9d86267d802ec1425e0c5 (diff) | |
main.c and corresponding makefile
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \
|
