From 1ff53272a1d0faf43c043ef3f2969ff858da6150 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Mon, 5 Jun 2017 15:57:21 -0700 Subject: [PATCH] Added missing hal func --- avr/test/hal.c | 3 +++ 1 file changed, 3 insertions(+) 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); } -- 2.27.0