Sub: add stubs to avoid linking LTM telemetry
This commit is contained in:
parent
6af2262597
commit
3892c90d1f
@ -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() {};
|
||||
|
Loading…
Reference in New Issue
Block a user