Skip to content

Commit

Permalink
Incremented kernel patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LegacyNsfw committed Dec 18, 2019
1 parent 308cdac commit 7d59b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernels/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ void HandleVersionQuery(uint8_t kernelType)
MessageBuffer[4] = 0x00;
MessageBuffer[5] = 0x01; // major
MessageBuffer[6] = 0x03; // minor
MessageBuffer[7] = 0x00; // patch
MessageBuffer[7] = 0x01; // patch
MessageBuffer[8] = kernelType; // AA = read, BB = write

// The AllPro and ScanTool devices need a short delay to switch from
Expand Down

0 comments on commit 7d59b7a

Please sign in to comment.