mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: fix build with new mavlink repo
This commit is contained in:
parent
6b5492a586
commit
b6c06ab691
@ -178,7 +178,6 @@ static void init_ardupilot()
|
|||||||
|
|
||||||
// identify ourselves correctly with the ground station
|
// identify ourselves correctly with the ground station
|
||||||
mavlink_system.sysid = g.sysid_this_mav;
|
mavlink_system.sysid = g.sysid_this_mav;
|
||||||
mavlink_system.type = 2; //MAV_QUADROTOR;
|
|
||||||
|
|
||||||
#if LOGGING_ENABLED == ENABLED
|
#if LOGGING_ENABLED == ENABLED
|
||||||
DataFlash.Init(log_structure, sizeof(log_structure)/sizeof(log_structure[0]));
|
DataFlash.Init(log_structure, sizeof(log_structure)/sizeof(log_structure[0]));
|
||||||
|
Loading…
Reference in New Issue
Block a user