preempt: introduce idle process; timer: use managed irqs for preemption
[bertos.git] / bertos / drv / timer.h
index 41f43f655d5cc191201fd0c7c8fa1736d334c965..6ae1907e6863ca5b2e182b694811e5a1eaab25c0 100644 (file)
@@ -51,7 +51,8 @@
  * Try the CPU specific one for bare-metal environments.
  */
 #if OS_HOSTED
-       #include OS_HEADER(timer)
+       //#include OS_HEADER(timer)
+       #include <emul/timer_posix.h>
 #else
        #include CPU_HEADER(timer)
 #endif