mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Fix function brace style
This commit is contained in:
parent
6a06f0e408
commit
9957ceb275
83 changed files with 494 additions and 251 deletions
|
@ -3640,7 +3640,8 @@ static void cliDumpGyroRegisters(const char *cmdName, char *cmdline)
|
|||
#endif
|
||||
|
||||
|
||||
static int parseOutputIndex(const char *cmdName, char *pch, bool allowAllEscs) {
|
||||
static int parseOutputIndex(const char *cmdName, char *pch, bool allowAllEscs)
|
||||
{
|
||||
int outputIndex = atoi(pch);
|
||||
if ((outputIndex >= 0) && (outputIndex < getMotorCount())) {
|
||||
cliPrintLinef("Using output %d.", outputIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue