From 32237bc52d1dd69d60dda75ddc29bb31ce165c83 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 9 May 2022 17:17:53 +0200 Subject: implement setup and hypervisor --- robot/halt.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'robot/halt.c') diff --git a/robot/halt.c b/robot/halt.c index 6bf1cad..2f159f0 100644 --- a/robot/halt.c +++ b/robot/halt.c @@ -1 +1,5 @@ +#include + #include "halt.h" + +void w2_mode_halt() { return; } -- cgit v1.2.3