1
0
forked from fsfw/fsfw

some renamings

This commit is contained in:
2020-05-19 18:55:13 +02:00
parent 7bc7e06277
commit 483a47d353
3 changed files with 18 additions and 18 deletions

View File

@ -24,7 +24,7 @@ TcPacketStored::TcPacketStored(uint8_t service, uint8_t subservice,
}
this->setData(p_data);
initializeTcPacket(apid, sequence_count, ack, service, subservice);
memcpy(&tcData->data, data, size);
memcpy(&tcData->appData, data, size);
this->setPacketDataLength(
size + sizeof(PUSTcDataFieldHeader) + CRC_SIZE - 1);
this->setErrorControl();