mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Fix BLHeli32 device id
This commit is contained in:
parent
c84d0b5f85
commit
c9f1551554
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] == 0xF850) || (pDeviceInfo->words[0] == 0xE8B1) || \
|
||||||
(pDeviceInfo->words[0] == 0xE8B2))
|
(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))
|
(pDeviceInfo->words[0] == 0x3306) || (pDeviceInfo->words[0] == 0x3406))
|
||||||
|
|
||||||
static uint8_t CurrentInterfaceMode;
|
static uint8_t CurrentInterfaceMode;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue