1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Adjusted addresses used in PRSwitchGetStates to reflect FPGA change. Use the combined version/revision to choose between the old address and the new one so that old FPGAs will still work fine.

This commit is contained in:
Gerry Stellenberg
2011-06-07 09:00:18 -05:00
parent 0ce137fbc0
commit ed8f768ae2
3 changed files with 23 additions and 9 deletions

View File

@@ -140,7 +140,7 @@ protected:
uint16_t version;
uint16_t revision;
uint16_t combinedVersionRevision;
uint32_t combinedVersionRevision;
/**
* Calculated combined Version/Revision number.
*/