1
0
Fork 0
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:
Károly Kiripolszky 2024-03-26 23:18:49 +01:00 committed by GitHub
parent 7e0759076f
commit 9f36b400c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -750,7 +750,7 @@ static bool mspCommonProcessOutCommand(int16_t cmdMSP, sbuf_t *dst, mspPostProce
sbufWriteData(dst, buildDate, BUILD_DATE_LENGTH);
sbufWriteData(dst, buildTime, BUILD_TIME_LENGTH);
sbufWriteData(dst, shortGitRevision, GIT_SHORT_REVISION_LENGTH);
// Added in API version 1.47
// Added in API version 1.46
sbufWriteBuildInfoFlags(dst);
break;