diff options
| author | Damien George | 2014-03-22 14:56:32 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-22 14:56:32 +0000 |
| commit | ad7b84a7b9a1beb960d216995dd608b794440183 (patch) | |
| tree | 42cd9a64d5a84343da64f57e3858466a820ac573 /stmhal/osmodule.h | |
| parent | 684164a8cf8c2b989049d964ca7fc0419ada31ab (diff) | |
stmhal: Add os module with a few basic functions.
Diffstat (limited to 'stmhal/osmodule.h')
| -rw-r--r-- | stmhal/osmodule.h | 1 |
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; |
