1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +03:00

Fixed bug causing 'map' to be shown in 'diff' even if it was default.

This commit is contained in:
Michael Keller 2017-01-31 11:52:49 +13:00
parent 98f8a4d59e
commit d375906742

View file

@ -2703,7 +2703,7 @@ static void cliBeeper(char *cmdline)
static void printMap(uint8_t dumpMask, const rxConfig_t *rxConfig, const rxConfig_t *defaultRxConfig)
{
bool equalsDefault = false;
bool equalsDefault = true;
char buf[16];
char bufDefault[16];
uint32_t i;