forgot a semicolon

This commit is contained in:
Michael Moon 2010-01-15 14:23:31 +11:00
parent 1af9eacefb
commit 38a5ffe222
1 changed files with 1 additions and 1 deletions

View File

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