diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-12 20:24:55 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-12 20:24:55 +0100 |
commit | 136b5cbd7669e8318f8455fc2706da97a5b7994c (patch) | |
tree | fffb9031785f5d2123e4829c39f9c110e0a2a3fa | |
parent | 0107e90328334fab9a85c1c72c905eed64afee4f (diff) | |
download | micropython-136b5cbd7669e8318f8455fc2706da97a5b7994c.tar.gz micropython-136b5cbd7669e8318f8455fc2706da97a5b7994c.zip |
stmhal: Rename module files to keep consistency with module name.
-rw-r--r-- | stmhal/moduos.c (renamed from stmhal/modos.c) | 0 | ||||
-rw-r--r-- | stmhal/moduselect.c (renamed from stmhal/modselect.c) | 0 | ||||
-rw-r--r-- | stmhal/modutime.c (renamed from stmhal/modtime.c) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/stmhal/modos.c b/stmhal/moduos.c index 95446cdb06..95446cdb06 100644 --- a/stmhal/modos.c +++ b/stmhal/moduos.c diff --git a/stmhal/modselect.c b/stmhal/moduselect.c index d1bf522893..d1bf522893 100644 --- a/stmhal/modselect.c +++ b/stmhal/moduselect.c diff --git a/stmhal/modtime.c b/stmhal/modutime.c index fd8fbb36af..fd8fbb36af 100644 --- a/stmhal/modtime.c +++ b/stmhal/modutime.c |