Skip to content

Commit 7ddb14c

Browse files
committed
Tools:ardupilotwaf:add AP_PERIPH_ACTUATOR_TELEM_ENABLED
1 parent 06d1b5e commit 7ddb14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/ardupilotwaf/boards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,7 @@ def configure_env(self, cfg, env):
10361036
AP_PERIPH_BUZZER_ENABLED = 0,
10371037
AP_PERIPH_BUZZER_WITHOUT_NOTIFY_ENABLED = 0,
10381038
AP_PERIPH_RTC_GLOBALTIME_ENABLED = 0,
1039+
AP_PERIPH_ACTUATOR_TELEM_ENABLED = 0,
10391040
)
10401041

10411042
try:

0 commit comments

Comments
 (0)