Skip to content

Commit

Permalink
Merge pull request #104 from rogy-AquaLab/maincpp-7line-error
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono authored Apr 5, 2024
2 parents a06142a + c6851bb commit 193cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ int main() {
omniboat::Schneider schneider;
schneider.init();
schneider.debug();
while (1) {
while (true) {
schneider.led(1);
schneider.one_step();
// wait(1);
Expand Down

0 comments on commit 193cc71

Please sign in to comment.