mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Merge pull request #2605 from AndersHoglund/fix_warnings
Compile warnings on unused cliVtx() fixed.
This commit is contained in:
commit
b7f48dc5ff
1 changed files with 2 additions and 0 deletions
|
@ -3236,6 +3236,7 @@ static void printVtx(uint8_t dumpMask, const vtxConfig_t *vtxConfig, const vtxCo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef VTX
|
||||||
static void cliVtx(char *cmdline)
|
static void cliVtx(char *cmdline)
|
||||||
{
|
{
|
||||||
int i, val = 0;
|
int i, val = 0;
|
||||||
|
@ -3283,6 +3284,7 @@ static void cliVtx(char *cmdline)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif // VTX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void printName(uint8_t dumpMask)
|
static void printName(uint8_t dumpMask)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue