mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Add git commit number to cli version command output.
This commit is contained in:
parent
d577b93026
commit
2ae62d1977
2 changed files with 4 additions and 1 deletions
|
@ -1085,7 +1085,7 @@ static void cliVersion(char *cmdline)
|
|||
{
|
||||
UNUSED(cmdline);
|
||||
|
||||
cliPrint("Cleanflight - " __DATE__ " / " __TIME__ " - (" __TARGET__ ")");
|
||||
cliPrint("Cleanflight/" __TARGET__ " " __DATE__ " / " __TIME__ " (" __REVISION__ ")");
|
||||
}
|
||||
|
||||
void cliProcess(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue