mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
Plane: check dataflash to see if we should log backend gps messages
This commit is contained in:
parent
37abc1b02f
commit
1ca5f243a5
@ -211,7 +211,8 @@ void Plane::init_ardupilot()
|
|||||||
ahrs.set_airspeed(&airspeed);
|
ahrs.set_airspeed(&airspeed);
|
||||||
|
|
||||||
// GPS Initialization
|
// GPS Initialization
|
||||||
gps.init(&DataFlash, serial_manager);
|
gps.set_log_gps_bit(MASK_LOG_GPS);
|
||||||
|
gps.init(serial_manager);
|
||||||
|
|
||||||
init_rc_in(); // sets up rc channels from radio
|
init_rc_in(); // sets up rc channels from radio
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user