Sub: add stubs to avoid linking LTM telemetry

This commit is contained in:
Marian Soban 2019-09-05 07:01:45 +02:00 committed by Andrew Tridgell
parent 6af2262597
commit 3892c90d1f
1 changed files with 2 additions and 0 deletions

View File

@ -99,5 +99,7 @@ void GCS_Sub::update_vehicle_sensor_status_flags()
#endif
}
// avoid building/linking LTM:
void AP_LTM_Telem::init() {};
// avoid building/linking Devo:
void AP_DEVO_Telem::init() {};