mirror of https://github.com/ARMmbed/mbed-os.git
trailing spaces removed
parent
c274102104
commit
d4c29b81cb
|
@ -40,7 +40,7 @@ void toggleOn (void) {
|
|||
if (toggle_counter == MS_INTERVALS) {
|
||||
print_char();
|
||||
toggle_counter = 0;
|
||||
}
|
||||
}
|
||||
toggle_counter++;
|
||||
timer.attach_us(toggleOff, 500);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue