mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Sub: add dummy methods to avoid linking DevoTelem
This commit is contained in:
parent
6c5c14381f
commit
f4cafe4ffa
@ -132,3 +132,6 @@ void GCS_Sub::update_sensor_status_flags()
|
||||
}
|
||||
}
|
||||
|
||||
// avoid building/linking Devo:
|
||||
AP_DEVO_Telem::AP_DEVO_Telem() {}
|
||||
void AP_DEVO_Telem::init() {};
|
||||
|
Loading…
Reference in New Issue
Block a user