Fix BLHeli32 device id
This commit is contained in:
parent
c84d0b5f85
commit
c9f1551554
|
@ -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…
Reference in New Issue