hwdef: don't include solo gimbal or oreoled on thepeach autopilots

This commit is contained in:
Peter Barker 2023-08-25 11:51:44 +10:00 committed by Andrew Tridgell
parent b725a632d6
commit b751224ae1
2 changed files with 0 additions and 8 deletions

View File

@ -282,7 +282,3 @@ DMA_PRIORITY USART6* SPI*
# is "ROMFS ROMFS-filename source-filename". Paths are relative to the
# ardupilot root.
ROMFS io_firmware.bin Tools/IO_Firmware/iofirmware_lowpolh.bin
# for users running fmuv3 on their Solo:
define HAL_OREO_LED_ENABLED (BOARD_FLASH_SIZE > 1024)
define HAL_SOLO_GIMBAL_ENABLED (HAL_MOUNT_ENABLED && BOARD_FLASH_SIZE > 1024)

View File

@ -282,7 +282,3 @@ DMA_PRIORITY USART6* SPI*
# is "ROMFS ROMFS-filename source-filename". Paths are relative to the
# ardupilot root.
ROMFS io_firmware.bin Tools/IO_Firmware/iofirmware_lowpolh.bin
# for users running fmuv3 on their Solo:
define HAL_OREO_LED_ENABLED (BOARD_FLASH_SIZE > 1024)
define HAL_SOLO_GIMBAL_ENABLED (HAL_MOUNT_ENABLED && BOARD_FLASH_SIZE > 1024)