1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +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:
Martin Budden 2017-10-11 09:02:20 +01:00 committed by GitHub
commit 98a2642eca

View file

@ -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;