mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
AP_GPS: fixed build after TMODE changes
This commit is contained in:
parent
e36e00ddd6
commit
148d154e1b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user