1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #11708 from haslinghuis/change_rx_feature_default

Change DEFAULT_RX_FEATURE
This commit is contained in:
haslinghuis 2022-07-05 21:30:59 +02:00 committed by GitHub
commit 8232c9144c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
#define DEFAULT_FEATURES 0
#endif
#ifndef DEFAULT_RX_FEATURE
#define DEFAULT_RX_FEATURE FEATURE_RX_PARALLEL_PWM
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
#endif
typedef enum {