mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Per line feed rule
This commit is contained in:
parent
0eb2b2b394
commit
2034895b27
1 changed files with 4 additions and 4 deletions
|
@ -2866,10 +2866,10 @@ static void cliResource(char *cmdline)
|
|||
if (ioRecs[i].index > 0) {
|
||||
cliPrintf(" %d", ioRecs[i].index);
|
||||
}
|
||||
cliPrintBlankLine();
|
||||
cliPrint("\r\n");
|
||||
}
|
||||
|
||||
cliPrintBlankLine(); // cliPrintLine("\r\n");
|
||||
cliPrintBlankLine();
|
||||
|
||||
#ifdef MINIMAL_CLI
|
||||
cliPrintLine("DMA:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue