This commit is contained in:
2016-02-16 17:15:08 +01:00
parent 89dfaba81a
commit 9539c369f3

View File

@ -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) {