mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
hwdef: correct compilation of CubeOrange-SimOnHW
../../libraries/AP_InertialSensor/AP_InertialSensor_config.h:20:2: error: #error "INS_AUX_INSTANCES must be zero if INS_MAX_INSTANCES is less than 3" 20 | #error "INS_AUX_INSTANCES must be zero if INS_MAX_INSTANCES is less than 3" | ^~~~~
This commit is contained in:
parent
1eecaa3f9f
commit
7591e188e8
@ -3,6 +3,9 @@
|
|||||||
include ../CubeOrangePlus/hwdef.dat
|
include ../CubeOrangePlus/hwdef.dat
|
||||||
include ../include/SimOnHW.inc
|
include ../include/SimOnHW.inc
|
||||||
|
|
||||||
|
undef INS_AUX_INSTANCES
|
||||||
|
define INS_AUX_INSTANCES 0
|
||||||
|
|
||||||
# short board name override (23 chars)
|
# short board name override (23 chars)
|
||||||
define CHIBIOS_SHORT_BOARD_NAME "CubeOrange+SimOnHW"
|
define CHIBIOS_SHORT_BOARD_NAME "CubeOrange+SimOnHW"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user