mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Fix FEATURE_RX_PPM (#13891)
This commit is contained in:
parent
dab60e3093
commit
1382c30601
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ PG_RESET_TEMPLATE(featureConfig_t, featureConfig,
|
|||
uint32_t featuresSupportedByBuild =
|
||||
0
|
||||
#ifdef USE_PPM
|
||||
| FEATURE_RX_PPM,
|
||||
| FEATURE_RX_PPM
|
||||
#endif
|
||||
| FEATURE_INFLIGHT_ACC_CAL // always available
|
||||
#ifdef USE_SERIALRX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue