projects
/
bbctrl-firmware
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303cf32
)
Added missing hal func
author
Joseph Coffland
<joseph@cauldrondevelopment.com>
Mon, 5 Jun 2017 22:57:21 +0000
(15:57 -0700)
committer
Joseph Coffland
<joseph@cauldrondevelopment.com>
Mon, 5 Jun 2017 22:57:21 +0000
(15:57 -0700)
avr/test/hal.c
patch
|
blob
|
history
diff --git
a/avr/test/hal.c
b/avr/test/hal.c
index 7dc87a29d0174b7aafbe665c3cc19d0cbfc69ffb..45ecfde3b8f7c2e7163d5ff8de4951a2ca607833 100644
(file)
--- 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);
}