mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-16 22:21:21 +00:00
btstack_uart_embedded: fix typo, working
This commit is contained in:
parent
d8e28fa375
commit
8aa44d5a9a
@ -85,8 +85,8 @@ static void btstack_uart_embedded_process(btstack_data_source_t *ds, btstack_dat
|
||||
send_complete = 0;
|
||||
block_sent();
|
||||
}
|
||||
if (block_received){
|
||||
block_received = 0;
|
||||
if (receive_complete){
|
||||
receive_complete = 0;
|
||||
block_received();
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user