Sub: remove definition of Devo constructor

This commit is contained in:
Peter Barker 2019-03-19 16:23:30 +11:00 committed by Peter Barker
parent 65e6875acf
commit 513a635ff7

View File

@ -133,5 +133,4 @@ void GCS_Sub::update_sensor_status_flags()
}
// avoid building/linking Devo:
AP_DEVO_Telem::AP_DEVO_Telem() {}
void AP_DEVO_Telem::init() {};