This commit is contained in:
Wolfgang Hottgenroth 2016-02-16 17:11:33 +01:00
parent 48a4d368b6
commit db058c7c09

View File

@ -116,7 +116,7 @@ bool engineIncOnTime() {
onTime += STEP_100ms;
}
void engineDecOffTime() {
bool engineDecOffTime() {
bool res = false;
if (offTime != 0) {
offTime -= STEP_100ms;