From d311655655b72fcb898a8d35bfe926a9adb1bebd Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 22 Mar 2014 15:06:29 +0000 Subject: stmhal: Add time module with sleep function. --- stmhal/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/Makefile') 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 \ -- cgit v1.2.3