mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
drivers/cyw4343: Fix BT firmware file.
Update the CYW43 to work with the new CYW43 BTHCI UART backend. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
a09bd2d4b2
commit
8e79d35c96
@ -1,2 +1,2 @@
|
||||
#define CYW43_BT_FW_LEN (35182)
|
||||
const uintptr_t bt_fw_data = (uintptr_t) CYW43_BT_FIRMWARE_ADDRESS;
|
||||
const size_t btfw_len = 35182;
|
||||
const uint8_t *btfw_data = (const uint8_t *) CYW43_BT_FIRMWARE_ADDRESS;
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 4ad51c0910b61be7634c0c070f9ae44a8afdf389
|
||||
Subproject commit de3d44243a8e7de41c249e776e3eb100fc01bb06
|
||||
Loading…
Reference in New Issue
Block a user