summaryrefslogtreecommitdiff
path: root/robot/halt.c
blob: 2f159f046b1073d4efe91d4b3f3d4dfde4487019 (plain)
1
2
3
4
5
#include <stdbool.h>

#include "halt.h"

void w2_mode_halt() { return; }