mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Insert missing space into version message.
This commit is contained in:
parent
a5d57e7b87
commit
6f05a5181b
1 changed files with 1 additions and 1 deletions
|
@ -1168,7 +1168,7 @@ static void cliVersion(char *cmdline)
|
||||||
{
|
{
|
||||||
UNUSED(cmdline);
|
UNUSED(cmdline);
|
||||||
|
|
||||||
printf("Cleanflight/%s" __DATE__ " / " __TIME__ " (%s)", targetName, shortGitRevision);
|
printf("Cleanflight/%s " __DATE__ " / " __TIME__ " (%s)", targetName, shortGitRevision);
|
||||||
}
|
}
|
||||||
|
|
||||||
void cliProcess(void)
|
void cliProcess(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue