mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
HAL_ChibiOS: use default USB IDs for fmuv3
This commit is contained in:
parent
4d0c61970d
commit
6139860a64
@ -26,8 +26,6 @@ FLASH_BOOTLOADER_LOAD_KB 16
|
||||
FLASH_RESERVE_START_KB 0
|
||||
|
||||
# USB setup
|
||||
USB_VENDOR 0x0483 # ST
|
||||
USB_PRODUCT 0x5740
|
||||
USB_STRING_MANUFACTURER "ArduPilot"
|
||||
USB_STRING_SERIAL "%SERIAL%"
|
||||
|
||||
|
@ -113,11 +113,8 @@ FLASH_SIZE_KB 2048
|
||||
# If creating a board for a RTF vehicle you may wish to customise these.
|
||||
|
||||
# USB setup
|
||||
USB_VENDOR 0x0483 # ST
|
||||
USB_PRODUCT 0x5740
|
||||
USB_STRING_MANUFACTURER "ArduPilot"
|
||||
USB_STRING_PRODUCT "%BOARD%"
|
||||
USB_STRING_SERIAL "%SERIAL%"
|
||||
|
||||
# Now define the order that I2C buses are presented in the hal.i2c API
|
||||
# in ArduPilot. For historical reasons inherited from HAL_PX4 the
|
||||
|
Loading…
Reference in New Issue
Block a user