Skip to content

Commit

Permalink
Removes solution from flags exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
nosknut committed Aug 6, 2023
1 parent 8ca7e74 commit 962a3dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Exercises/Interrupts/flags/flags.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void updatePrintFunction()
if (buttonWasPressed)
{
Serial.println("Button was pressed!");
buttonWasPressed = false;
}
}

Expand Down

0 comments on commit 962a3dc

Please sign in to comment.