From 50062587c7dc47f43773e9d172fe3d6099faeb26 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 12 Oct 2014 20:35:21 +0100 Subject: [PATCH] stmhal: Oops: rename mod files in Makefile. --- stmhal/Makefile | 6 +++--- 1 file 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 \