mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
prevent unused warning when using USE_QUAD_MIXER_ONLY
This commit is contained in:
parent
3e81cdf96f
commit
88f2fdcf7d
1 changed files with 1 additions and 0 deletions
|
@ -1776,6 +1776,7 @@ static void printMotorMix(dumpFlags_t dumpMask, const motorMixer_t *customMotorM
|
|||
static void cliMotorMix(const char *cmdName, char *cmdline)
|
||||
{
|
||||
#ifdef USE_QUAD_MIXER_ONLY
|
||||
UNUSED(cmdName);
|
||||
UNUSED(cmdline);
|
||||
#else
|
||||
int check = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue