1
0
forked from fsfw/fsfw

size_t for DataPoolAdmin

This commit is contained in:
2020-07-03 15:50:29 +02:00
committed by Robin.Mueller
parent b86e5664c4
commit 9dcf0c7118
4 changed files with 10 additions and 10 deletions

View File

@ -57,8 +57,8 @@ public:
* @return - @c RETURN_OK if entry could be acquired
* - @c RETURN_FAILED else.
*/
ReturnValue_t getEntryEndianSafe(uint8_t* buffer, uint32_t* size,
uint32_t max_size);
ReturnValue_t getEntryEndianSafe(uint8_t *buffer, size_t *size,
size_t maxSize);
/**
* @brief Serialize raw pool entry into provided buffer directly