Another shadowing, altough again no problem

This commit is contained in:
Steffen Gaisser 2020-08-13 18:08:17 +02:00
parent 4a2ef6d97f
commit 3d89bc83e5
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ ReturnValue_t CCSDSTime::convertFromCCS(Clock::TimeOfDay_t* to, const uint8_t* f
if (temp->pField & (1 << 3)) { //day of year variation
uint16_t tempDay = (temp->month << 8) + temp->day;
ReturnValue_t result = convertDaysOfYear(tempDay, to->year,
result = convertDaysOfYear(tempDay, to->year,
&(temp->month), &(temp->day));
if (result != RETURN_OK) {
return result;