mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
l2cap: fix unused var in l2cap_run
This commit is contained in:
parent
087c4e09de
commit
273692f274
@ -1821,11 +1821,9 @@ static void l2cap_run(void){
|
||||
|
||||
// log_info("l2cap_run: entered");
|
||||
l2cap_run_signaling_response();
|
||||
|
||||
bool done;
|
||||
|
||||
|
||||
#ifdef ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
|
||||
done = l2ap_run_ertm();
|
||||
bool done = l2ap_run_ertm();
|
||||
if (done) return;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user