trailing spaces removed

pull/223/head
Przemek Wirkus 2014-03-20 15:02:32 +00:00
parent c274102104
commit d4c29b81cb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void toggleOn (void) {
if (toggle_counter == MS_INTERVALS) {
print_char();
toggle_counter = 0;
}
}
toggle_counter++;
timer.attach_us(toggleOff, 500);
}