1
0
forked from fsfw/fsfw

pool raw helper input buffer type changed to uint32_t

This commit is contained in:
2020-01-09 19:04:33 +01:00
parent 0ddc44062d
commit 59b25bee86
2 changed files with 3 additions and 3 deletions

View File

@ -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();
/**