aboutsummaryrefslogtreecommitdiff
path: root/stmhal/osmodule.h
diff options
context:
space:
mode:
authorDamien George2014-03-22 14:56:32 +0000
committerDamien George2014-03-22 14:56:32 +0000
commitad7b84a7b9a1beb960d216995dd608b794440183 (patch)
tree42cd9a64d5a84343da64f57e3858466a820ac573 /stmhal/osmodule.h
parent684164a8cf8c2b989049d964ca7fc0419ada31ab (diff)
stmhal: Add os module with a few basic functions.
Diffstat (limited to 'stmhal/osmodule.h')
-rw-r--r--stmhal/osmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/osmodule.h b/stmhal/osmodule.h
new file mode 100644
index 000000000..e3c13f756
--- /dev/null
+++ b/stmhal/osmodule.h
@@ -0,0 +1 @@
+extern const mp_obj_module_t os_module;