waf: remove richenpower special-case

we started to include this everywhere anyway
This commit is contained in:
Peter Barker 2024-02-15 11:41:14 +11:00 committed by Peter Barker
parent 56a73dedae
commit 392aa8fd48
1 changed files with 0 additions and 1 deletions

View File

@ -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)