mirror of https://github.com/ArduPilot/ardupilot
waf: add and use AP_CUSTOMROTATIONS_ENABLED
This commit is contained in:
parent
40a0e06db3
commit
a1a920ba78
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue