mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Merge pull request #10113 from knoopx/improve-custom-builds
This commit is contained in:
commit
b92f030434
2 changed files with 16 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