mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Merge pull request #3504 from 4712betaflight/FixBLHeli32deviceId
Fix BLHeli32 device id
This commit is contained in:
commit
5db2755b49
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ uint16_t _crc_xmodem_update (uint16_t crc, uint8_t data) {
|
|||
(pDeviceInfo->words[0] == 0xF850) || (pDeviceInfo->words[0] == 0xE8B1) || \
|
||||
(pDeviceInfo->words[0] == 0xE8B2))
|
||||
|
||||
#define ARM_DEVICE_MATCH ((pDeviceInfo->words[0] == 0x9307) || (pDeviceInfo->words[0] == 0x930A) || \
|
||||
#define ARM_DEVICE_MATCH ((pDeviceInfo->words[0] == 0x1F06) || \
|
||||
(pDeviceInfo->words[0] == 0x3306) || (pDeviceInfo->words[0] == 0x3406))
|
||||
|
||||
static uint8_t CurrentInterfaceMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue