mirror of https://github.com/ArduPilot/ardupilot
Tracker: add stubs to avoid linking LTM telemetry
This commit is contained in:
parent
278737fc8e
commit
6af2262597
|
@ -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() {};
|
||||
|
|
Loading…
Reference in New Issue