now it compiles

This commit is contained in:
2020-12-22 15:49:31 +01:00
parent 5a4f453aaa
commit 958db291e8
3 changed files with 11 additions and 7 deletions

View File

@ -74,7 +74,7 @@ bool TmPacketBase::checkAndSetStamper() {
}
ReturnValue_t TmPacketBase::getPacketTime(timeval* timestamp) const {
uint32_t tempSize = 0;
size_t tempSize = 0;
return CCSDSTime::convertFromCcsds(timestamp, tmData->data_field.time,
&tempSize, sizeof(tmData->data_field.time));
}