1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Removed doubled up servo output in CLI 'diff'/'dump'.

This commit is contained in:
mikeller 2016-08-18 21:58:07 +12:00
parent a91953d75b
commit de9f57d016

View file

@ -2764,13 +2764,6 @@ static void printConfig(char *cmdline, bool doDiff)
#endif #endif
printRxRange(dumpMask, &defaultConfig); printRxRange(dumpMask, &defaultConfig);
#ifdef USE_SERVOS
#ifndef CLI_MINIMAL_VERBOSITY
cliPrint("\r\n# servo\r\n");
#endif
printServo(dumpMask, &defaultConfig);
#endif
#ifdef VTX #ifdef VTX
#ifndef CLI_MINIMAL_VERBOSITY #ifndef CLI_MINIMAL_VERBOSITY
cliPrint("\r\n# vtx\r\n"); cliPrint("\r\n# vtx\r\n");