From d70f4f44f927281d6c9bfff64264bd754d682dc8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 26 May 2022 14:05:53 +0200 Subject: implement mode command --- robot/mode_halt.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 robot/mode_halt.c (limited to 'robot/mode_halt.c') diff --git a/robot/mode_halt.c b/robot/mode_halt.c new file mode 100644 index 0000000..88d6183 --- /dev/null +++ b/robot/mode_halt.c @@ -0,0 +1,3 @@ +#include "mode_halt.h" + +void w2_mode_halt() { return; } -- cgit v1.2.3