Skip to content

Commit

Permalink
fix pin array size
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jul 20, 2021
1 parent 1162290 commit 6067924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PinControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PinControl
PinControl(PinControl const &);
void operator=(PinControl const &);

bool pinWritten[2][56];
bool pinWritten[2][70];

};

Expand Down

0 comments on commit 6067924

Please sign in to comment.