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:
parent
7ed29f455a
commit
214d378e82
6 changed files with 97 additions and 48 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue