diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 14:05:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 14:05:53 +0200 |
commit | d70f4f44f927281d6c9bfff64264bd754d682dc8 (patch) | |
tree | ff0ed034fba83a8f4d3c00cd0b7e1e6d78d75082 /robot/mode_halt.c | |
parent | f7387fd6af14a740f474620555de379bc9ba69db (diff) |
implement mode command
Diffstat (limited to 'robot/mode_halt.c')
-rw-r--r-- | robot/mode_halt.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |