diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-09 17:17:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-09 17:17:53 +0200 |
commit | 32237bc52d1dd69d60dda75ddc29bb31ce165c83 (patch) | |
tree | aff899e8b09f7a1b66e06eb4769548ca12169557 /robot/halt.c | |
parent | be84308e01ecc9e8de2997ab030420b401e06596 (diff) |
implement setup and hypervisor
Diffstat (limited to 'robot/halt.c')
-rw-r--r-- | robot/halt.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdbool.h> + #include "halt.h" + +void w2_mode_halt() { return; } |