Skip to content

Commit

Permalink
Merge pull request betaflight#11708 from haslinghuis/change_rx_featur…
Browse files Browse the repository at this point in the history
…e_default

Change DEFAULT_RX_FEATURE
  • Loading branch information
haslinghuis committed Jul 5, 2022
2 parents 4339e4f + 563f2bd commit 8232c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/config/feature.h
Expand Up @@ -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 {
Expand Down

0 comments on commit 8232c91

Please sign in to comment.