1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Detect revisions of the STM32H743.

This commit is contained in:
mikeller 2020-02-14 01:16:46 +13:00
parent 7ed29f455a
commit 214d378e82
6 changed files with 97 additions and 48 deletions

View file

@ -656,7 +656,7 @@ static bool mspCommonProcessOutCommand(int16_t cmdMSP, sbuf_t *dst, mspPostProce
sbufWriteData(dst, &emptySignature, sizeof(emptySignature));
#endif
sbufWriteU8(dst, MCU_TYPE_ID);
sbufWriteU8(dst, getMcuTypeId());
// Added in API version 1.42
sbufWriteU8(dst, systemConfig()->configurationState);