mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: added BL suffix to bootloader USB IDs for two boards
our convention is to have -BL on end of USB product IDs in bootloaders
This commit is contained in:
parent
418bd33c43
commit
fb1dcdb059
|
@ -6,4 +6,4 @@ include ../fmuv5/hwdef-bl.dat
|
|||
USB_VENDOR 0x3162 # ONLY FOR USE BY Holybro
|
||||
USB_PRODUCT 0x004E
|
||||
USB_STRING_MANUFACTURER "Holybro"
|
||||
USB_STRING_PRODUCT "pix32v5"
|
||||
USB_STRING_PRODUCT "pix32v5-BL"
|
||||
|
|
|
@ -21,7 +21,7 @@ FLASH_SIZE_KB 2048
|
|||
|
||||
# USB setup
|
||||
USB_STRING_MANUFACTURER "mRo"
|
||||
USB_STRING_PRODUCT "X2.1-777"
|
||||
USB_STRING_PRODUCT "X2.1-777-BL"
|
||||
USB_STRING_SERIAL "%SERIAL%"
|
||||
|
||||
# order of UARTs (and USB)
|
||||
|
|
Loading…
Reference in New Issue