getParameters: uint16_t -> uint8_t for unique identfiier
This commit is contained in:
parent
484f9b6b37
commit
e65990feff
@ -75,7 +75,7 @@ public:
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
virtual ReturnValue_t getParameter(uint8_t domainId,
|
virtual ReturnValue_t getParameter(uint8_t domainId,
|
||||||
uint16_t uniqueIdentifier, ParameterWrapper *parameterWrapper,
|
uint8_t uniqueIdentifier, ParameterWrapper *parameterWrapper,
|
||||||
const ParameterWrapper *newValues, uint16_t startAtIndex) = 0;
|
const ParameterWrapper *newValues, uint16_t startAtIndex) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user