mirror of https://github.com/ArduPilot/ardupilot
AP_OSD: correct compilation when OSD compiled out
This commit is contained in:
parent
d3d606ab69
commit
1d4a77d33a
|
@ -352,8 +352,8 @@ bool AP_OSD::init_backend(const AP_OSD::osd_types type, const uint8_t instance)
|
|||
_backends[instance]->init_symbol_set(AP_OSD_AbstractScreen::symbols_lookup_table, AP_OSD_NUM_SYMBOLS);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
#if OSD_ENABLED
|
||||
|
|
Loading…
Reference in New Issue