mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: switch non-composite USB ID
use newly allocated 0x1209/0x5740
This commit is contained in:
parent
f7ddcb1944
commit
64557413b8
|
@ -737,8 +737,8 @@ def get_USB_IDs():
|
|||
default_vid = 0x1209
|
||||
default_pid = 0x5740
|
||||
else:
|
||||
default_vid = 0x0483
|
||||
default_pid = 0x5740
|
||||
default_vid = 0x1209
|
||||
default_pid = 0x5741
|
||||
return (get_config('USB_VENDOR', type=int, default=default_vid), get_config('USB_PRODUCT', type=int, default=default_pid))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue