Update spindle_control.c
Updated spindle_control.c due to compile error.
This commit is contained in:
parent
c0381799eb
commit
ce5f94d675
1 changed files with 1 additions and 1 deletions
|
|
@ -93,5 +93,5 @@ uint8_t spindle_pwm()
|
||||||
|
|
||||||
void spindle_pwm_update(uint8_t pwm)
|
void spindle_pwm_update(uint8_t pwm)
|
||||||
{
|
{
|
||||||
OCRA_REGISTER = pwm;
|
OCR_REGISTER = pwm;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue