mirror of https://github.com/ArduPilot/ardupilot
SimOnHW: correct compilation on CubeOrangePlus
this was at 2 to reduce CPU load. But particularly when CubeOrangePlus is playing around with auxiliary IMUs we really want to be running on SimOnHardware just what we're running on the normal firmware. We can find CPU cycles elsewhere....
This commit is contained in:
parent
6b11b3df24
commit
aecffd2778
|
@ -1,6 +1,5 @@
|
|||
env SIM_ENABLED 1
|
||||
|
||||
define INS_MAX_INSTANCES 2
|
||||
define HAL_COMPASS_MAX_SENSORS 2
|
||||
|
||||
define HAL_NAVEKF2_AVAILABLE 0
|
||||
|
|
Loading…
Reference in New Issue