mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Fix being unable to configure mixer via GUI.
This commit is contained in:
parent
64d1687060
commit
bd29298197
1 changed files with 2 additions and 2 deletions
|
@ -1365,9 +1365,9 @@ static bool processInCommand(void)
|
|||
case MSP_SET_CONFIG:
|
||||
|
||||
#ifdef CJMCU
|
||||
masterConfig.mixerConfiguration = read8(); // multitype
|
||||
#else
|
||||
read8(); // multitype
|
||||
#else
|
||||
masterConfig.mixerConfiguration = read8(); // multitype
|
||||
#endif
|
||||
|
||||
featureClearAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue