Skip to content

Commit

Permalink
Arduinos defaul main loop now (pointlessly) exits
Browse files Browse the repository at this point in the history
  • Loading branch information
JdeH committed Oct 14, 2017
1 parent 697631f commit 401ffef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cantino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void setup () {
}

void loop () {
return;
exit (0);
}


Binary file modified library/cantino.zip
Binary file not shown.

0 comments on commit 401ffef

Please sign in to comment.