Skip to content

Commit

Permalink
Merge pull request #3 from bedekelly/patch-2
Browse files Browse the repository at this point in the history
Fix typo(s)
  • Loading branch information
pepijndevos committed Feb 24, 2015
2 parents 53a7b45 + d05a3d8 commit 6323d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameboy.ino
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ byte handleIncomingByte(byte in) {
}
INPUT_BLOCK[counter] = in;
counter++;
if(counter == PLAYER_LENGHT) {
if(counter == PLAYER_LENGTH) {
trade_centre_state = SENDING_PATCH_DATA;
}
} else if(trade_centre_state == SENDING_PATCH_DATA && in == 0xFD) {
Expand Down

0 comments on commit 6323d49

Please sign in to comment.