aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorDamien George2014-03-22 15:06:29 +0000
committerDamien George2014-03-22 15:06:29 +0000
commitd311655655b72fcb898a8d35bfe926a9adb1bebd (patch)
tree118d15c618a96fe414a1a8c3bb6b3584fed03975 /stmhal/Makefile
parentad7b84a7b9a1beb960d216995dd608b794440183 (diff)
stmhal: Add time module with sleep function.
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 9d4640d1f..60e5fde3d 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -74,6 +74,7 @@ SRC_C = \
pyexec.c \
pybmodule.c \
osmodule.c \
+ timemodule.c \
import.c \
lexerfatfs.c \
gpio.c \