mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_GPS: fixed some build warnings
This commit is contained in:
parent
249b339e6c
commit
084521243e
@ -54,11 +54,11 @@ AP_GPS_SBP::AP_GPS_SBP(AP_GPS &_gps, AP_GPS::GPS_State &_state,
|
|||||||
AP_HAL::UARTDriver *_port) :
|
AP_HAL::UARTDriver *_port) :
|
||||||
AP_GPS_Backend(_gps, _state, _port),
|
AP_GPS_Backend(_gps, _state, _port),
|
||||||
|
|
||||||
crc_error_counter(0),
|
last_injected_data_ms(0),
|
||||||
|
last_iar_num_hypotheses(0),
|
||||||
last_full_update_tow(0),
|
last_full_update_tow(0),
|
||||||
last_full_update_cpu_ms(0),
|
last_full_update_cpu_ms(0),
|
||||||
last_injected_data_ms(0),
|
crc_error_counter(0)
|
||||||
last_iar_num_hypotheses(0)
|
|
||||||
{
|
{
|
||||||
|
|
||||||
Debug("SBP Driver Initialized");
|
Debug("SBP Driver Initialized");
|
||||||
|
Loading…
Reference in New Issue
Block a user