diff --git a/Tutorial/SimpleAtariExample.ino b/Tutorial/SimpleAtariExample.ino index 9ff7883..845c0d2 100644 --- a/Tutorial/SimpleAtariExample.ino +++ b/Tutorial/SimpleAtariExample.ino @@ -56,7 +56,7 @@ void loop() newBUTTON = digitalRead(BUTTON); - // Check if anything changed. This way we don't have to send anything to USB, if nothing changes. + // Check if anything changed. This way we don't have to send anything to USB if nothing changes. if (newUP != lastUP) { lastUP = newUP;