mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
waf: remove richenpower special-case
we started to include this everywhere anyway
This commit is contained in:
parent
56a73dedae
commit
392aa8fd48
@ -654,7 +654,6 @@ class sitl(Board):
|
||||
cfg.define('AP_SIM_ENABLED', 1)
|
||||
cfg.define('HAL_WITH_SPI', 1)
|
||||
cfg.define('HAL_WITH_RAMTRON', 1)
|
||||
cfg.define('AP_GENERATOR_RICHENPOWER_ENABLED', 1)
|
||||
cfg.define('AP_OPENDRONEID_ENABLED', 1)
|
||||
cfg.define('AP_SIGNED_FIRMWARE', 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user