Merge pull request #2605 from AndersHoglund/fix_warnings
Compile warnings on unused cliVtx() fixed.
This commit is contained in:
commit
b7f48dc5ff
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue