pool raw helper input buffer type changed to uint32_t
This commit is contained in:
@ -28,7 +28,7 @@ public:
|
||||
* @param poolIdBuffer_ A buffer of uint32_t pool IDs
|
||||
* @param numberOfParameters_ The number of parameters / pool IDs
|
||||
*/
|
||||
PoolRawAccessHelper(uint8_t * poolIdBuffer_, uint8_t numberOfParameters_);
|
||||
PoolRawAccessHelper(uint32_t * poolIdBuffer_, uint8_t numberOfParameters_);
|
||||
virtual ~PoolRawAccessHelper();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user