This commit is contained in:
Wolfgang Hottgenroth 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 pwmValStep = TICK / 8;
bool engineIncPwnValue() {
bool engineIncPwmValue() {
bool res = false;
pwmVal += pwmValStep;
if (pwmVal > TICK) {