Skip to content

Commit

Permalink
issue #262: fix unused variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Jun 15, 2024
1 parent 7ea8d80 commit 780c0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Issue262/Issue262.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void setup() {
}

void loop() {
int i, count;
int count;
long target;
// Serial.println("Starting");
target = random(minSpeed, maxSpeed);
Expand Down

0 comments on commit 780c0b0

Please sign in to comment.