HAL_ChibiOS: make CubeOrange IDs consistent with CubeBlack

This commit is contained in:
Andrew Tridgell 2018-07-04 20:43:17 +10:00
parent 2418a05459
commit 7296767408
2 changed files with 5 additions and 5 deletions

View File

@ -25,9 +25,9 @@ FLASH_SIZE_KB 2048
# USB setup
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
USB_PRODUCT 0x1001
USB_STRING_MANUFACTURER "Hex Technology Limited"
USB_STRING_PRODUCT "ProfiCNC CUBE Orange BL"
USB_PRODUCT 0x1002
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
USB_STRING_PRODUCT "CubeBlack-BL"
USB_STRING_SERIAL "%SERIAL%"
# order of UARTs (and USB)

View File

@ -78,8 +78,8 @@ FLASH_SIZE_KB 2048
# USB setup
USB_VENDOR 0x2DAE # ONLY FOR USE BY ProfiCNC / HEX! NOBODY ELSE
USB_PRODUCT 0x1002
USB_STRING_MANUFACTURER "Hex Technology Limited"
USB_STRING_PRODUCT "ProfiCNC The CUBE Orange"
USB_STRING_MANUFACTURER "Hex/ProfiCNC"
USB_STRING_PRODUCT "CubeBlack"
USB_STRING_SERIAL "%SERIAL%"
# now define the order that I2C buses are presented in the hal.i2c API