mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
posix-h4-nxp: wait after last ack
This commit is contained in:
parent
c6e26c7dab
commit
20a60f96be
@ -48,6 +48,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "btstack_config.h"
|
||||
|
||||
@ -156,6 +157,9 @@ static void nxp_phase2(uint8_t status){
|
||||
|
||||
printf("Phase 2: Main app\n");
|
||||
|
||||
// assert last ack was sent at original speed
|
||||
usleep(100000);
|
||||
|
||||
// re-configure UART: enable flow control, set initial baudrate
|
||||
transport_config.baudrate_init = btstack_chipset_nxp_get_initial_baudrate();
|
||||
uart_driver->set_flowcontrol(transport_config.flowcontrol);
|
||||
|
Loading…
x
Reference in New Issue
Block a user