mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
chipset/nxp: avoid double read
This commit is contained in:
parent
8aa34dc6e0
commit
0dedcb9780
@ -323,7 +323,6 @@ static void nxp_read_uart_handler(void){
|
||||
bytes_to_read = 1;
|
||||
break;
|
||||
}
|
||||
nxp_start_read(bytes_to_read);
|
||||
} else {
|
||||
nxp_input_pos += nxp_input_bytes_requested;
|
||||
printf("RECV: ");
|
||||
|
Loading…
x
Reference in New Issue
Block a user