Skip to content

Commit

Permalink
Tracker: add stubs to avoid linking LTM telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mariansoban authored and tridge committed Nov 26, 2019
1 parent 278737f commit 6af2262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AntennaTracker/GCS_Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,7 @@ void GCS_Tracker::update_vehicle_sensor_status_flags()
}
}

// avoid building/linking LTM:
void AP_LTM_Telem::init() {};
// avoid building/linking Devo:
void AP_DEVO_Telem::init() {};

0 comments on commit 6af2262

Please sign in to comment.