mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Fix MSP version comment (#13471)
This commit is contained in:
parent
7e0759076f
commit
9f36b400c9
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ static bool mspCommonProcessOutCommand(int16_t cmdMSP, sbuf_t *dst, mspPostProce
|
||||||
sbufWriteData(dst, buildDate, BUILD_DATE_LENGTH);
|
sbufWriteData(dst, buildDate, BUILD_DATE_LENGTH);
|
||||||
sbufWriteData(dst, buildTime, BUILD_TIME_LENGTH);
|
sbufWriteData(dst, buildTime, BUILD_TIME_LENGTH);
|
||||||
sbufWriteData(dst, shortGitRevision, GIT_SHORT_REVISION_LENGTH);
|
sbufWriteData(dst, shortGitRevision, GIT_SHORT_REVISION_LENGTH);
|
||||||
// Added in API version 1.47
|
// Added in API version 1.46
|
||||||
sbufWriteBuildInfoFlags(dst);
|
sbufWriteBuildInfoFlags(dst);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue