Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
46789af9
Unverified
Commit
46789af9
authored
Apr 20, 2021
by
Dylan Jones
Browse files
Quickfix for format string
parent
bf06c9d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/fc/cli.c
View file @
46789af9
...
...
@@ -1014,7 +1014,7 @@ static void cliAdjustmentRange(char *cmdline)
static
void
printMotorMix
(
uint8_t
dumpMask
,
const
motorMixer_t
*
primaryMotorMixer
,
const
motorMixer_t
*
defaultprimaryMotorMixer
)
{
const
char
*
format
=
"mmix %d %s %
d
%
d
%s %s %s"
;
const
char
*
format
=
"mmix %d %s %
s
%
s
%s %s %s"
;
char
buf0
[
FTOA_BUFFER_SIZE
];
char
buf1
[
FTOA_BUFFER_SIZE
];
char
buf2
[
FTOA_BUFFER_SIZE
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment