diff --git a/libraries/tests/mbed/timeout/main.cpp b/libraries/tests/mbed/timeout/main.cpp index e9dfba4b46..5e0b256a6f 100644 --- a/libraries/tests/mbed/timeout/main.cpp +++ b/libraries/tests/mbed/timeout/main.cpp @@ -40,7 +40,7 @@ void toggleOn (void) { if (toggle_counter == MS_INTERVALS) { print_char(); toggle_counter = 0; - } + } toggle_counter++; timer.attach_us(toggleOff, 500); }