scheduler: uncomment timer.h to fix compilation of test prog
authorGregor Riepl <onitake@gmail.com>
Thu, 11 Dec 2014 17:30:07 +0000 (18:30 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Sun, 25 Jan 2015 21:03:59 +0000 (22:03 +0100)
Signed-off-by: Gregor Riepl <onitake@gmail.com>
modules/base/scheduler/test/main.c

index 1e2ae75..899cd91 100644 (file)
@@ -23,7 +23,7 @@
 #include <aversive/wait.h>\r
 #include <stdio.h>\r
 #include <uart.h>\r
-//#include <timer.h>\r
+#include <timer.h>\r
 #include <hostsim.h>\r
 \r
 uint8_t event_id;\r