Skip to content

Commit

Permalink
waf: keep EKF2 enabled in SITL
Browse files Browse the repository at this point in the history
just because we don't compile this in doesn't mean we shouldn't continue to test it
  • Loading branch information
peterbarker committed Nov 19, 2023
1 parent 619a29a commit 397936f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,10 @@ def configure_env(self, cfg, env):
AP_BARO_PROBE_EXTERNAL_I2C_BUSES = 1,
)

env.DEFINES.update(
'HAL_NAVEKF2_AVAILABLE', 1
)

cfg.define('AP_SIM_ENABLED', 1)
cfg.define('HAL_WITH_SPI', 1)
cfg.define('HAL_WITH_RAMTRON', 1)
Expand Down

0 comments on commit 397936f

Please sign in to comment.