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