waf: added AP_JSON to library list

This commit is contained in:
Andrew Tridgell 2024-02-01 09:01:40 +11:00
parent d5e4d191d5
commit a7fba2ba5f

View File

@ -116,6 +116,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_OpenDroneID',
'AP_CheckFirmware',
'AP_ExternalControl',
'AP_JSON',
]
def get_legacy_defines(sketch_name, bld):