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/setup.c | |
parent | f7387fd6af14a740f474620555de379bc9ba69db (diff) |
implement mode command
Diffstat (limited to 'robot/setup.c')
-rw-r--r-- | robot/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/setup.c b/robot/setup.c index d075c41..1ecda43 100644 --- a/robot/setup.c +++ b/robot/setup.c @@ -2,7 +2,6 @@ #include "../shared/bin.h" #include "../shared/consts.h" -#include "halt.h" #include "modes.h" #include "orangutan_shim.h" #include "sercomm.h" |