diff options
| author | Damien George | 2014-03-22 15:06:29 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-22 15:06:29 +0000 |
| commit | d311655655b72fcb898a8d35bfe926a9adb1bebd (patch) | |
| tree | 118d15c618a96fe414a1a8c3bb6b3584fed03975 /stmhal/Makefile | |
| parent | ad7b84a7b9a1beb960d216995dd608b794440183 (diff) | |
stmhal: Add time module with sleep function.
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 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 \ |
