Blimp: move AP_OSD into common libraries list

This commit is contained in:
Peter Barker 2024-03-17 15:59:14 +11:00 committed by Andrew Tridgell
parent b03346c096
commit f2a80676df

View File

@ -14,7 +14,6 @@ def build(bld):
'AP_Arming',
'AP_LTM_Telem',
'AP_Devo_Telem',
'AP_OSD',
'AP_KDECAN',
'AP_Beacon',
'AP_AdvancedFailsafe', # TODO for some reason compiling GCS_Common.cpp (in libraries) fails if this isn't included.