1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstram/master' into mueller_tcPacketBase

This commit is contained in:
2020-07-06 12:22:22 +02:00
54 changed files with 2008 additions and 1408 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;
}