mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Use tabs instead of spaces for servo mix table header.
This commit is contained in:
parent
08afcaf536
commit
45cd2671a5
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@ static void cliServoMix(char *cmdline)
|
|||
if (masterConfig.customServoMixer[i].rate == 0)
|
||||
break;
|
||||
|
||||
cliPrint("Rule Servo Source Rate Speed Min Max Box\r\n");
|
||||
cliPrint("Rule\tServo\tSource\tRate\tSpeed\tMin\tMax\tBox\r\n");
|
||||
|
||||
printf("#%d:\t%d\t%d\t%d\t%d\t%d\t%d\t%d\r\n",
|
||||
i + 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue