fix typo
This commit is contained in:
parent
89dfaba81a
commit
9539c369f3
@ -83,7 +83,7 @@ void engineInit() {
|
||||
uint16_t pwmVal = 0;
|
||||
uint16_t pwmValStep = TICK / 8;
|
||||
|
||||
bool engineIncPwnValue() {
|
||||
bool engineIncPwmValue() {
|
||||
bool res = false;
|
||||
pwmVal += pwmValStep;
|
||||
if (pwmVal > TICK) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user