mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fixed whitespace
This commit is contained in:
parent
786343e2b2
commit
8dd4a584c1
53 changed files with 311 additions and 311 deletions
|
@ -2112,8 +2112,8 @@ static void cliBeeper(char *cmdline)
|
|||
|
||||
#ifdef FRSKY_BIND
|
||||
void cliFrSkyBind(char *cmdline){
|
||||
UNUSED(cmdline);
|
||||
frSkyDBind();
|
||||
UNUSED(cmdline);
|
||||
frSkyDBind();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -2391,7 +2391,7 @@ static void cliDshotProg(char *cmdline)
|
|||
}
|
||||
} else {
|
||||
writeDshotCommand(escIndex, command);
|
||||
}
|
||||
}
|
||||
|
||||
cliPrintLinef("Command %d written.", command);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue