Browse Source

Rover: fix build with new mavlink repo

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
1ed02441a0
  1. 1
      APMrover2/system.pde

1
APMrover2/system.pde

@ -191,7 +191,6 @@ static void init_ardupilot() @@ -191,7 +191,6 @@ static void init_ardupilot()
//mavlink_system.sysid = MAV_SYSTEM_ID; // Using g.sysid_this_mav
mavlink_system.compid = 1; //MAV_COMP_ID_IMU; // We do not check for comp id
mavlink_system.type = MAV_TYPE_GROUND_ROVER;
rc_override_active = hal.rcin->set_overrides(rc_override, 8);

Loading…
Cancel
Save