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/Makefile | |
| parent | 684164a8cf8c2b989049d964ca7fc0419ada31ab (diff) | |
stmhal: Add os module with a few basic functions.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index ca697279c..9d4640d1f 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -73,6 +73,7 @@ SRC_C = \ gccollect.c \ pyexec.c \ pybmodule.c \ + osmodule.c \ import.c \ lexerfatfs.c \ gpio.c \ |
