AP_GPS: fixed build after TMODE changes

This commit is contained in:
Andrew Tridgell 2019-12-16 18:20:57 +11:00
parent e36e00ddd6
commit 148d154e1b

View File

@ -899,8 +899,8 @@ AP_GPS_UBLOX::_parse_gps(void)
}
default:
break;
}
}
// step over the value
const uint8_t key_size = ((uint32_t)id >> 28) & 0x07; // mask off the storage size
uint8_t step_size = 0;