mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
hwdef: fix redefinition of Solo values in CubeSolo/CubeGreen-Solo
adding fmuv3 into the list of firmwares we might run on Solo was a late addition to the recent PRs. It was forgotten that the inheritance would cause a redefition failure
This commit is contained in:
parent
37d8feb928
commit
717edae9ef
@ -10,8 +10,10 @@ include ../CubeBlack/hwdef.dat
|
||||
# these are parameters the Solo requires for proper operation that are different from the 4 standard defaults.
|
||||
env DEFAULT_PARAMETERS 'Tools/Frame_params/Solo_Copter-4_GreenCube.param'
|
||||
|
||||
undef HAL_OREO_LED_ENABLED
|
||||
define HAL_OREO_LED_ENABLED 1
|
||||
|
||||
undef HAL_SOLO_GIMBAL_ENABLED
|
||||
define HAL_SOLO_GIMBAL_ENABLED HAL_MOUNT_ENABLED
|
||||
|
||||
AUTOBUILD_TARGETS Copter
|
||||
|
@ -49,9 +49,12 @@ COMPASS AK09916:probe_ICM20948 0 ROTATION_ROLL_180_YAW_90
|
||||
# also probe for external compasses
|
||||
define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|
||||
|
||||
undef HAL_OREO_LED_ENABLED
|
||||
define HAL_OREO_LED_ENABLED 1
|
||||
|
||||
define HAL_IMU_TEMP_MARGIN_LOW_DEFAULT 5
|
||||
|
||||
undef HAL_SOLO_GIMBAL_ENABLED
|
||||
define HAL_SOLO_GIMBAL_ENABLED HAL_MOUNT_ENABLED
|
||||
|
||||
AUTOBUILD_TARGETS Copter
|
||||
|
Loading…
Reference in New Issue
Block a user