Merge pull request #2605 from AndersHoglund/fix_warnings

Compile warnings on unused cliVtx() fixed.
This commit is contained in:
Martin Budden 2017-03-09 19:08:31 +00:00 committed by GitHub
commit b7f48dc5ff
1 changed files with 2 additions and 0 deletions

View File

@ -3236,6 +3236,7 @@ static void printVtx(uint8_t dumpMask, const vtxConfig_t *vtxConfig, const vtxCo
}
}
#ifdef VTX
static void cliVtx(char *cmdline)
{
int i, val = 0;
@ -3283,6 +3284,7 @@ static void cliVtx(char *cmdline)
}
}
}
#endif // VTX
#endif
static void printName(uint8_t dumpMask)