1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Added RX_CHANNELS_TAER build flag

This commit is contained in:
Martin Budden 2016-08-02 16:23:55 +01:00
parent 918e4e8f27
commit 2a645f1058

View file

@ -591,7 +591,11 @@ static void resetConf(void)
#endif
// Radio
#ifdef RX_CHANNELS_TAER
parseRcChannels("TAER1234", &masterConfig.rxConfig);
#else
parseRcChannels("AETR1234", &masterConfig.rxConfig);
#endif
resetRcControlsConfig(&masterConfig.rcControlsConfig);