diff options
Diffstat (limited to 'robot/halt.c')
-rw-r--r-- | robot/halt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/robot/halt.c b/robot/halt.c new file mode 100644 index 0000000..2f159f0 --- /dev/null +++ b/robot/halt.c @@ -0,0 +1,5 @@ +#include <stdbool.h> + +#include "halt.h" + +void w2_mode_halt() { return; } |