mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Merge pull request #4329 from 4712betaflight/4way-if-v3.2.0
4way if v3.2.0 add GD32F350x6 support
This commit is contained in:
commit
98a2642eca
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ uint16_t _crc_xmodem_update (uint16_t crc, uint8_t data) {
|
|||
(pDeviceInfo->words[0] == 0xE8B2))
|
||||
|
||||
#define ARM_DEVICE_MATCH ((pDeviceInfo->words[0] == 0x1F06) || \
|
||||
(pDeviceInfo->words[0] == 0x3306) || (pDeviceInfo->words[0] == 0x3406))
|
||||
(pDeviceInfo->words[0] == 0x3306) || (pDeviceInfo->words[0] == 0x3406) || (pDeviceInfo->words[0] == 0x3506))
|
||||
|
||||
static uint8_t CurrentInterfaceMode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue