mirror of https://github.com/ArduPilot/ardupilot
ArduSub: adjust for when LTM telemetry is disabled
This commit is contained in:
parent
e3b467bebb
commit
c672301df3
|
@ -96,8 +96,10 @@ void GCS_Sub::update_vehicle_sensor_status_flags()
|
|||
#endif
|
||||
}
|
||||
|
||||
#if AP_LTM_TELEM_ENABLED
|
||||
// avoid building/linking LTM:
|
||||
void AP_LTM_Telem::init() {};
|
||||
#endif
|
||||
#if AP_DEVO_TELEM_ENABLED
|
||||
// avoid building/linking Devo:
|
||||
void AP_DEVO_Telem::init() {};
|
||||
|
|
Loading…
Reference in New Issue