mirror of https://github.com/ARMmbed/mbed-os.git
Fixed ticker_2 blinking
parent
d8553d2724
commit
ff9252a247
|
@ -19,8 +19,8 @@ void togglePin(void)
|
|||
if (ticker_count >= MS_INTERVALS) {
|
||||
print_char();
|
||||
ticker_count = 0;
|
||||
led = !led; // Blink
|
||||
}
|
||||
led = !led; // Blink
|
||||
ticker_count++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue