fix release warning
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2023-02-19 14:06:42 +01:00
parent 612c9967b4
commit 8f3ea62632
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -1131,7 +1131,7 @@ struct ImtqRequest {
uint16_t getTorqueDuration() {
uint8_t* data = rawData + 2 + 6;
uint16_t value;
uint16_t value = 0;
size_t dummy = 0;
SerializeAdapter::deSerialize(&value, data, &dummy, SerializeIF::Endianness::MACHINE);
return value;