1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Fix FEATURE_RX_PPM (#13891)

This commit is contained in:
Mark Haslinghuis 2024-09-10 10:01:53 +02:00 committed by GitHub
parent dab60e3093
commit 1382c30601
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ PG_RESET_TEMPLATE(featureConfig_t, featureConfig,
uint32_t featuresSupportedByBuild = uint32_t featuresSupportedByBuild =
0 0
#ifdef USE_PPM #ifdef USE_PPM
| FEATURE_RX_PPM, | FEATURE_RX_PPM
#endif #endif
| FEATURE_INFLIGHT_ACC_CAL // always available | FEATURE_INFLIGHT_ACC_CAL // always available
#ifdef USE_SERIALRX #ifdef USE_SERIALRX