From: Joseph Coffland Date: Mon, 5 Jun 2017 22:57:21 +0000 (-0700) Subject: Added missing hal func X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=1ff53272a1d0faf43c043ef3f2969ff858da6150;p=bbctrl-firmware Added missing hal func --- diff --git a/avr/test/hal.c b/avr/test/hal.c index 7dc87a2..45ecfde 100644 --- a/avr/test/hal.c +++ b/avr/test/hal.c @@ -140,6 +140,9 @@ void spindle_set_mode(spindle_mode_t mode) { } +void spindle_stop() {} + + void motor_set_position(int motor, int32_t position) { DEBUG_CALL("%d, %d", motor, position); }