mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
HAL_ChibiOS: fixed CubeSolo hwdef.dat
This commit is contained in:
parent
27abff56ea
commit
212473ccb0
@ -8,4 +8,5 @@ include ../CubeBlack/hwdef.dat
|
||||
|
||||
# pull Solo's default parameters from /Tools/Frame_params
|
||||
# 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'
|
||||
env DEFAULT_PARAMETERS Tools/Frame_params/Solo_Copter-4_GreenCube.param
|
||||
|
||||
|
@ -12,7 +12,7 @@ SPIDEV icm20602_ext SPI4 DEVID3 GYRO_EXT_CS MODE3 4*MHZ 8*MHZ
|
||||
|
||||
# pull Solo's default parameters from /Tools/Frame_params
|
||||
# these are parameters the Solo requires for proper operation that are different from the copter defaults.
|
||||
env DEFAULT_PARAMETERS 'Tools/Frame_params/Solo_Copter-4.param'
|
||||
env DEFAULT_PARAMETERS Tools/Frame_params/Solo_Copter-4.param
|
||||
|
||||
# three IMUs, but allow for different varients. First two IMUs are
|
||||
# isolated, 3rd isn't
|
||||
|
@ -60,7 +60,7 @@ PA1 UART4_RX UART4 NODMA
|
||||
# use flash storage
|
||||
define STORAGE_FLASH_PAGE 22
|
||||
|
||||
env DEFAULT_PARAMETERS 'Tools/Frame_params/SkyViper-2450GPS/defaults.parm'
|
||||
env DEFAULT_PARAMETERS Tools/Frame_params/SkyViper-2450GPS/defaults.parm
|
||||
|
||||
# the web UI uses an abin file for firmware uploads
|
||||
env BUILD_ABIN True
|
||||
|
Loading…
Reference in New Issue
Block a user