mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
bcm: support repeated firmware download
This commit is contained in:
parent
959f646afa
commit
8ac5232844
@ -140,6 +140,7 @@ void btstack_chipset_bcm_download_firmware(const btstack_uart_block_t * the_uart
|
||||
chipset = btstack_chipset_bcm_instance();
|
||||
baudrate = baudrate_upload;
|
||||
download_complete = done;
|
||||
btstack_chipset_bcm_enable_init_script(1);
|
||||
|
||||
int res = uart_driver->open();
|
||||
if (res) {
|
||||
|
Loading…
Reference in New Issue
Block a user