mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Hmm...
This commit is contained in:
parent
3697f19c8c
commit
0eb2b2b394
1 changed files with 2 additions and 2 deletions
|
@ -2780,7 +2780,7 @@ static void printResource(uint8_t dumpMask)
|
|||
const ioTag_t ioTagDefault = *((const ioTag_t *)defaultConfig + resourceTable[i].offset + index);
|
||||
|
||||
bool equalsDefault = ioTag == ioTagDefault;
|
||||
const char *format = "resource %s %d %c%02d\n";
|
||||
const char *format = "resource %s %d %c%02d";
|
||||
const char *formatUnassigned = "resource %s %d NONE";
|
||||
if (!ioTagDefault) {
|
||||
cliDefaultPrintLinef(dumpMask, equalsDefault, formatUnassigned, owner, RESOURCE_INDEX(index));
|
||||
|
@ -2869,7 +2869,7 @@ static void cliResource(char *cmdline)
|
|||
cliPrintBlankLine();
|
||||
}
|
||||
|
||||
cliPrintf("\r\n");
|
||||
cliPrintBlankLine(); // cliPrintLine("\r\n");
|
||||
|
||||
#ifdef MINIMAL_CLI
|
||||
cliPrintLine("DMA:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue