Skip to content

Commit a17041b

Browse files
committed
Tools: add AC_POLYFENCE_CIRCLE_INT_SUPPORT_ENABLED to build_options.py
1 parent f7d58ee commit a17041b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tools/autotest/test_build_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def define_is_whitelisted_for_feature_in_code(self, target, define):
237237
# the following defines are known not to work on some
238238
# or all vehicles:
239239
feature_define_whitelist = set([
240+
'AC_POLYFENCE_CIRCLE_INT_SUPPORT_ENABLED', # no symbol
240241
'AP_RANGEFINDER_ENABLED', # only at vehicle level ATM
241242
'HAL_PERIPH_SUPPORT_LONG_CAN_PRINTF', # no symbol
242243
'AP_DRONECAN_VOLZ_FEEDBACK_ENABLED', # broken, no subscriber

Tools/scripts/build_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def config_option(self):
376376
Feature('Other', 'Logging', 'HAL_LOGGING_ENABLED', 'Enable Logging', 0, None),
377377
Feature('Other', 'CUSTOM_ROTATIONS', 'AP_CUSTOMROTATIONS_ENABLED', 'Enable Custom sensor rotations', 0, None),
378378
Feature('Other', 'PID_FILTERING', 'AP_FILTER_ENABLED', 'Enable PID filtering', 0, None),
379+
Feature('Other', 'POLYFENCE_CIRCLE_INT_SUPPORT', 'AC_POLYFENCE_CIRCLE_INT_SUPPORT_ENABLED', 'Fence circle compatability', 0, None), # NOQA:E501
379380

380381
# MAVLink section for mavlink features and/or message handling,
381382
# rather than for e.g. mavlink-based sensor drivers

0 commit comments

Comments
 (0)