1
0
forked from fsfw/fsfw

size_t replacements

This commit is contained in:
2020-05-04 16:53:04 +02:00
parent 1158c9d675
commit c7856da81c
11 changed files with 13 additions and 13 deletions

View File

@ -113,7 +113,7 @@ uint8_t CommandActionHelper::getCommandCount() const {
void CommandActionHelper::extractDataForOwner(ActionId_t actionId, store_address_t storeId) {
const uint8_t * data = NULL;
uint32_t size = 0;
size_t size = 0;
ReturnValue_t result = ipcStore->getData(storeId, &data, &size);
if (result != HasReturnvaluesIF::RETURN_OK) {
return;