forgot a semicolon
This commit is contained in:
parent
1af9eacefb
commit
38a5ffe222
|
|
@ -230,7 +230,7 @@ int main (void)
|
||||||
}
|
}
|
||||||
// approach threshold
|
// approach threshold
|
||||||
else {
|
else {
|
||||||
stepdebounce++
|
stepdebounce++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// if input changed, reset debouncer
|
// if input changed, reset debouncer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue