mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: make CubeOrange IDs consistent with CubeBlack
This commit is contained in:
parent
2418a05459
commit
7296767408
|
@ -25,9 +25,9 @@ FLASH_SIZE_KB 2048
|
||||||
|
|
||||||
# USB setup
|
# USB setup
|
||||||
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
|
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
|
||||||
USB_PRODUCT 0x1001
|
USB_PRODUCT 0x1002
|
||||||
USB_STRING_MANUFACTURER "Hex Technology Limited"
|
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
|
||||||
USB_STRING_PRODUCT "ProfiCNC CUBE Orange BL"
|
USB_STRING_PRODUCT "CubeBlack-BL"
|
||||||
USB_STRING_SERIAL "%SERIAL%"
|
USB_STRING_SERIAL "%SERIAL%"
|
||||||
|
|
||||||
# order of UARTs (and USB)
|
# order of UARTs (and USB)
|
||||||
|
|
|
@ -78,8 +78,8 @@ FLASH_SIZE_KB 2048
|
||||||
# USB setup
|
# USB setup
|
||||||
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
|
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
|
||||||
USB_PRODUCT 0x1002
|
USB_PRODUCT 0x1002
|
||||||
USB_STRING_MANUFACTURER "Hex Technology Limited"
|
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
|
||||||
USB_STRING_PRODUCT "ProfiCNC The CUBE Orange"
|
USB_STRING_PRODUCT "CubeBlack"
|
||||||
USB_STRING_SERIAL "%SERIAL%"
|
USB_STRING_SERIAL "%SERIAL%"
|
||||||
|
|
||||||
# now define the order that I2C buses are presented in the hal.i2c API
|
# now define the order that I2C buses are presented in the hal.i2c API
|
||||||
|
|
Loading…
Reference in New Issue