aboutsummaryrefslogtreecommitdiff
path: root/stmhal/timemodule.h
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/timemodule.h
parentad7b84a7b9a1beb960d216995dd608b794440183 (diff)
stmhal: Add time module with sleep function.
Diffstat (limited to 'stmhal/timemodule.h')
-rw-r--r--stmhal/timemodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/timemodule.h b/stmhal/timemodule.h
new file mode 100644
index 000000000..70e35b1fd
--- /dev/null
+++ b/stmhal/timemodule.h
@@ -0,0 +1 @@
+extern const mp_obj_module_t time_module;