Skip to content

Commit ed652da

Browse files
committed
fix build examples error in github actions
1 parent b746403 commit ed652da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/Issue280/Issue280.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ void loop() {
6868
err = true;
6969
}
7070

71+
if (err) {
72+
Serial.println("Test failed");
73+
}
7174
#ifdef SIMULATOR
7275
Serial.print("Reached Position=");
7376
Serial.println(stepper->getCurrentPosition());

0 commit comments

Comments
 (0)