mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Some more savings.
This change will save 16B for F4 and F7 (no difference for F1 and F3).
This commit is contained in:
parent
0aa40e822a
commit
3697f19c8c
1 changed files with 2 additions and 2 deletions
|
@ -2869,8 +2869,8 @@ static void cliResource(char *cmdline)
|
|||
cliPrintBlankLine();
|
||||
}
|
||||
|
||||
cliPrintBlankLine();
|
||||
cliPrintBlankLine();
|
||||
cliPrintf("\r\n");
|
||||
|
||||
#ifdef MINIMAL_CLI
|
||||
cliPrintLine("DMA:");
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue