mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
libpinproc: fix PRDevice::GetVersionInfo() API
`combinedVersionRevision` is a 32-bit value. This API isn't exposed in the public pinproc.h header, so it's safe to make this change.
This commit is contained in:
committed by
Gerry Stellenberg
parent
cc92bc1235
commit
bcd526a558
@@ -95,7 +95,7 @@ public:
|
||||
PRResult PRLEDRGBFade(PRLEDRGB * pLED, uint32_t fadeColor, uint16_t fadeRate);
|
||||
PRResult PRLEDRGBFadeColor(PRLEDRGB * pLED, uint32_t fadeColor);
|
||||
|
||||
int GetVersionInfo(uint16_t *verPtr, uint16_t *revPtr, uint16_t *combinedPtr);
|
||||
int GetVersionInfo(uint16_t *verPtr, uint16_t *revPtr, uint32_t *combinedPtr);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user