aboutsummaryrefslogtreecommitdiff
path: root/robot/hypervisor.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-13 14:15:13 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-13 14:15:13 +0200
commit4dc9b15829321e29b82c5f0317d2a0811aee6482 (patch)
tree0b72b2e1ee14d500cd49311131a084983cdf5de6 /robot/hypervisor.c
parentd473b1f2a3c37f08510bb8ee5630c9254969bd55 (diff)
implement dummy simulation functionssim
Diffstat (limited to 'robot/hypervisor.c')
-rw-r--r--robot/hypervisor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/robot/hypervisor.c b/robot/hypervisor.c
index 381d9af..8c22316 100644
--- a/robot/hypervisor.c
+++ b/robot/hypervisor.c
@@ -1,11 +1,10 @@
-#include <pololu/orangutan.h>
-
#include "consts.h"
#include "errcatch.h"
#include "hypervisor.h"
#include "io.h"
#include "modes.h"
#include "sercomm.h"
+#include "orangutan_shim.h"
void w2_hypervisor_main() {
w2_sercomm_main();