diff options
Diffstat (limited to 'robot/hypervisor.c')
-rw-r--r-- | robot/hypervisor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/hypervisor.c b/robot/hypervisor.c index be3fb77..50dc1ac 100644 --- a/robot/hypervisor.c +++ b/robot/hypervisor.c @@ -23,6 +23,8 @@ bool g_w2_ping_received = true; bool g_w2_ping_timeout = false; bool g_w2_connected = false; +w2_e_target_area g_w2_target_area = W2_AREA_CHRG; + void w2_hypervisor_main() { #ifdef W2_SIM w2_sim_cycle_begin(); |