From 7e3ece64cd5138081263413461dc6856a668bfae Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 24 May 2022 21:04:12 +0200 Subject: sim reading serial in from stdin working --- robot/hypervisor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'robot/hypervisor.c') diff --git a/robot/hypervisor.c b/robot/hypervisor.c index c08a24c..4d46a12 100644 --- a/robot/hypervisor.c +++ b/robot/hypervisor.c @@ -7,6 +7,7 @@ void w2_hypervisor_main() { #ifdef W2_SIM + w2_sim_cycle_begin(); if (DBG_ENABLE_CYCLEINFO) siminfo("cycle start\n"); #endif -- cgit v1.2.3