summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-12 20:35:21 +0100
committerDamien George <damien.p.george@gmail.com>2014-10-12 20:35:21 +0100
commit50062587c7dc47f43773e9d172fe3d6099faeb26 (patch)
tree229199cb657483ac4aaa2c842858a7fd2f2c102a
parent136b5cbd7669e8318f8455fc2706da97a5b7994c (diff)
downloadmicropython-50062587c7dc47f43773e9d172fe3d6099faeb26.tar.gz
micropython-50062587c7dc47f43773e9d172fe3d6099faeb26.zip
stmhal: Oops: rename mod files in Makefile.
-rw-r--r--stmhal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 90eaa3be89..7e825279fa 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -99,11 +99,11 @@ SRC_C = \
pyexec.c \
help.c \
input.c \
- modos.c \
modpyb.c \
modstm.c \
- modtime.c \
- modselect.c \
+ moduos.c \
+ modutime.c \
+ moduselect.c \
modusocket.c \
modnetwork.c \
import.c \