summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Ruben Bakke <glennbakke@gmail.com>2017-02-05 20:28:26 +0100
committerGlenn Ruben Bakke <glennbakke@gmail.com>2017-02-05 20:28:26 +0100
commit2ad9426917dab526e8ab7ae8cc8105b2a89fd663 (patch)
tree4dbedea9d752ab96599be48e25831d98d081af3c
parent65fb0c9829f7da73bbffa47a00e6a86a01a9b9cb (diff)
nrf5/utime: Moving utime module into modules/utime.
-rw-r--r--nrf5/Makefile2
-rw-r--r--nrf5/modules/utime/modutime.c (renamed from nrf5/modutime.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/nrf5/Makefile b/nrf5/Makefile
index 7f1b6b62b..85353567b 100644
--- a/nrf5/Makefile
+++ b/nrf5/Makefile
@@ -133,7 +133,6 @@ SRC_C += \
help.c \
gccollect.c \
pin_named_pins.c \
- modutime.c \
fatfs_port.c \
builtin_open.c \
@@ -166,6 +165,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
usocket/modusocket.c \
network/modnetwork.c \
uos/moduos.c \
+ utime/modutime.c \
)
#ifeq ($(SD), )
diff --git a/nrf5/modutime.c b/nrf5/modules/utime/modutime.c
index bb3f6a401..bb3f6a401 100644
--- a/nrf5/modutime.c
+++ b/nrf5/modules/utime/modutime.c