diff options
Diffstat (limited to 'robot/hypervisor.c')
-rw-r--r-- | robot/hypervisor.c | 3 |
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(); |