Update to fix compile error
Update to fix compile error
This commit is contained in:
parent
ce5f94d675
commit
1c4097352d
2 changed files with 12 additions and 1 deletions
|
|
@ -27,7 +27,10 @@
|
|||
void spindle_init();
|
||||
void spindle_run(int8_t direction, uint16_t rpm);
|
||||
void spindle_stop();
|
||||
|
||||
#ifdef VARIABLE_SPINDLE
|
||||
uint8_t spindle_pwm();
|
||||
void spindle_pwm_update(uint8_t pwm);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue