mirror of https://github.com/ArduPilot/ardupilot
Tools: correct sitl-on-hw compilation for boards which constrain sensor counts
This commit is contained in:
parent
75f9c4e4fc
commit
bf3a8c0044
|
@ -1,8 +1,5 @@
|
|||
env SIM_ENABLED 1
|
||||
|
||||
define INS_MAX_INSTANCES 2
|
||||
define HAL_COMPASS_MAX_SENSORS 2
|
||||
|
||||
define AP_GPS_BACKEND_DEFAULT_ENABLED 0
|
||||
define AP_RANGEFINDER_BACKEND_DEFAULT_ENABLED 0
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
env SIM_ENABLED 1
|
||||
|
||||
define INS_MAX_INSTANCES 2
|
||||
define HAL_COMPASS_MAX_SENSORS 2
|
||||
|
||||
define AP_GPS_BACKEND_DEFAULT_ENABLED 0
|
||||
define AP_RANGEFINDER_BACKEND_DEFAULT_ENABLED 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue