Added missing hal func
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Mon, 5 Jun 2017 22:57:21 +0000 (15:57 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Mon, 5 Jun 2017 22:57:21 +0000 (15:57 -0700)
avr/test/hal.c

index 7dc87a29d0174b7aafbe665c3cc19d0cbfc69ffb..45ecfde3b8f7c2e7163d5ff8de4951a2ca607833 100644 (file)
@@ -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);
 }