Skip to content

Commit

Permalink
fix build examples error in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Sep 20, 2024
1 parent b746403 commit ed652da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/Issue280/Issue280.ino
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ void loop() {
err = true;
}

if (err) {
Serial.println("Test failed");
}
#ifdef SIMULATOR
Serial.print("Reached Position=");
Serial.println(stepper->getCurrentPosition());
Expand Down

0 comments on commit ed652da

Please sign in to comment.