ardupilotwaf: probe external baros in SITL

This commit is contained in:
Peter Barker 2021-07-13 14:30:03 +10:00 committed by Andrew Tridgell
parent 14d271776e
commit d2be5231cb

View File

@ -467,6 +467,7 @@ class sitl(Board):
CONFIG_HAL_BOARD = 'HAL_BOARD_SITL',
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_NONE',
AP_SCRIPTING_CHECKS = 1, # SITL should always do runtime scripting checks
HAL_PROBE_EXTERNAL_I2C_BAROS = 1,
)
if self.with_can: