Update SimpleAtariExample.ino

This commit is contained in:
mcgurk 2016-09-06 08:53:54 +03:00 committed by GitHub
parent 5d4cfdb0d3
commit 58f0dedb4d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void loop()
flag = 1;
}
// If anythings changed, send new state.
// If anythings changed, build and send new state.
if (flag) {
// Clear directions and buttons before start building new state.