1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

prevent unused warning when using USE_QUAD_MIXER_ONLY

This commit is contained in:
Victor Martinez 2020-08-18 18:46:59 +02:00
parent 3e81cdf96f
commit 88f2fdcf7d

View file

@ -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;