1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Per line feed rule

This commit is contained in:
jflyper 2017-04-24 14:49:13 +09:00
parent 0eb2b2b394
commit 2034895b27

View file

@ -2866,10 +2866,10 @@ static void cliResource(char *cmdline)
if (ioRecs[i].index > 0) { if (ioRecs[i].index > 0) {
cliPrintf(" %d", ioRecs[i].index); cliPrintf(" %d", ioRecs[i].index);
} }
cliPrintBlankLine(); cliPrint("\r\n");
} }
cliPrintBlankLine(); // cliPrintLine("\r\n"); cliPrintBlankLine();
#ifdef MINIMAL_CLI #ifdef MINIMAL_CLI
cliPrintLine("DMA:"); cliPrintLine("DMA:");