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

@ -81,7 +81,7 @@ void TmPacketStored::deletePacket() {
void TmPacketStored::setStoreAddress(store_address_t setAddress) {
storeAddress = setAddress;
const uint8_t* temp_data = NULL;
uint32_t temp_size;
size_t temp_size;
if (!checkAndSetStore()) {
return;
}