summaryrefslogtreecommitdiff
path: root/robot/mode_halt.c
blob: bc501a285c87ae71c128099c85aee460c2b316a9 (plain)
1
2
3
4
5
6
#include "mode_halt.h"
#include "orangutan_shim.h"

void w2_mode_halt() {
	set_motors(0, 0);
}