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