1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Merge pull request #3874 from martinbudden/bf_whitespace

Fixed whitespace
This commit is contained in:
Martin Budden 2017-08-17 09:55:55 +01:00 committed by GitHub
commit 27b146e274
53 changed files with 311 additions and 311 deletions

View file

@ -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);