Skip to content

Commit

Permalink
waf: enable tie-down clamps in SITL
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jun 20, 2024
1 parent 7f0dd3c commit 5287829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,8 @@ def configure_env(self, cfg, env):
cfg.define('AP_OPENDRONEID_ENABLED', 1)
cfg.define('AP_SIGNED_FIRMWARE', 0)

cfg.define('AP_TIE_DOWN_CLAMPS_ENABLED', 1)

cfg.define('AP_NOTIFY_LP5562_BUS', 2)
cfg.define('AP_NOTIFY_LP5562_ADDR', 0x30)

Expand Down

0 comments on commit 5287829

Please sign in to comment.