mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Add new line
This commit is contained in:
parent
2689208408
commit
4c1b4a63be
1 changed files with 1 additions and 1 deletions
|
@ -1999,7 +1999,7 @@ void cliDumpProfile(uint8_t profileIndex) {
|
||||||
changeProfile(profileIndex);
|
changeProfile(profileIndex);
|
||||||
cliPrint("\r\n# profile\r\n");
|
cliPrint("\r\n# profile\r\n");
|
||||||
cliProfile("");
|
cliProfile("");
|
||||||
cliPrintf("############################# PROFILE VALUES ####################################");
|
cliPrintf("############################# PROFILE VALUES ####################################\r\n");
|
||||||
cliProfile("");
|
cliProfile("");
|
||||||
printSectionBreak();
|
printSectionBreak();
|
||||||
dumpValues(PROFILE_VALUE);
|
dumpValues(PROFILE_VALUE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue