waf: add and use AP_CUSTOMROTATIONS_ENABLED

This commit is contained in:
Peter Barker 2024-02-29 19:35:49 +11:00 committed by Peter Barker
parent 40a0e06db3
commit a1a920ba78
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ class sitl_periph(sitl):
HAL_RALLY_ENABLED = 0,
HAL_SUPPORT_RCOUT_SERIAL = 0,
AP_TERRAIN_AVAILABLE = 0,
AP_CUSTOMROTATIONS_ENABLED = 0,
)
try: