Skip to content

Commit

Permalink
Astyle from ESP8266
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Jun 6, 2019
1 parent 6a6b7de commit 5d42f3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libraries/Ticker/examples/Blinker/Blinker.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ void toggle() {
if (isBlinking) {
blinker.detach();
isBlinking = false;
}
else {
} else {
blinker.attach(blinkerPace, blink);
isBlinking = true;
}
Expand All @@ -38,5 +37,5 @@ void setup() {
}

void loop() {

}

0 comments on commit 5d42f3e

Please sign in to comment.