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

// emergency stop
void w2_mode_halt() { set_motors(0, 0); }