gatt_client: fix send over unenhanced le bearer, regression from 1aa9e3e8

This commit is contained in:
Matthias Ringwald 2023-06-08 16:36:24 +02:00
parent 5134fea901
commit e0584c4af2

View File

@ -1289,7 +1289,6 @@ static void gatt_client_run(void){
return;
}
}
continue;
#endif
// handle GATT over LE
if (!att_dispatch_client_can_send_now(gatt_client->con_handle)) {