mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
switch case cleanup
Co-Authored-By: Petr Ledvina <ledvinap@gmail.com> Co-Authored-By: haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
c8a6f2a60c
commit
0088eb5f21
7 changed files with 2 additions and 24 deletions
|
@ -445,11 +445,9 @@ bool mixerModeIsFixedWing(mixerMode_e mixerMode)
|
|||
case MIXER_AIRPLANE:
|
||||
case MIXER_CUSTOM_AIRPLANE:
|
||||
return true;
|
||||
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue