mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
Tools: fixed list for USBID in generate_manifest.py
This commit is contained in:
parent
dd1426cf73
commit
b3ff75ed6b
@ -189,7 +189,7 @@ class ManifestGenerator():
|
|||||||
}
|
}
|
||||||
if 'USBID' in apj_json:
|
if 'USBID' in apj_json:
|
||||||
# newer APJ files have USBID in the json data
|
# newer APJ files have USBID in the json data
|
||||||
firmware['USBID'] = apj_json['USBID']
|
firmware['USBID'] = [apj_json['USBID']]
|
||||||
elif platform in USBID_MAP:
|
elif platform in USBID_MAP:
|
||||||
firmware['USBID'] = USBID_MAP[platform]
|
firmware['USBID'] = USBID_MAP[platform]
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user