Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crc16 errors by ensuring is16 is true when processing crc16 #4

Closed
wants to merge 1 commit into from

Conversation

ZNikke
Copy link

@ZNikke ZNikke commented Jun 1, 2017

The is16 variable was initialized to false and never set to true when
doing crc16 as intended.

Replace with an array to mimic compares/names arrays.

Fixes #3

The is16 variable was initialized to false and never set to true when
doing crc16 as intended.

Replace with an array to mimic compares/names arrays.
@mattsta mattsta closed this in dfc8507 Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant