diff options
| author | Aditya Naik | 2020-06-04 20:26:13 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-04 20:26:13 -0400 |
| commit | 1cb59504671100dd41d3072821e31b3da931f723 (patch) | |
| tree | c7a130eb366933f8852c0a75667287746525af4d /makefile | |
| parent | 02935126630c673f61fb61654c961de0cae492f5 (diff) | |
Testing micropython slave
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-slave.c \
+src/main-master.c \
src/stm32f4xx_it.c \
src/stm32f4xx_hal_msp.c \
src/system_stm32f4xx.c \
|
