Skip to content
Snippets Groups Projects
Commit 87df3c34 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Rover: cleanup mavlink_system setup

parent b5a5b715
No related branches found
No related tags found
No related merge requests found
...@@ -189,9 +189,6 @@ static void init_ardupilot() ...@@ -189,9 +189,6 @@ static void init_ardupilot()
// Do GPS init // Do GPS init
gps.init(&DataFlash); gps.init(&DataFlash);
//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
rc_override_active = hal.rcin->set_overrides(rc_override, 8); rc_override_active = hal.rcin->set_overrides(rc_override, 8);
init_rc_in(); // sets up rc channels from radio init_rc_in(); // sets up rc channels from radio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment