Przeglądaj źródła

component/bt: Fix buffer count deinit crash.

Wang Cheng 5 lat temu
rodzic
commit
bfaa14bfdd
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      components/bt/bluedroid/stack/l2cap/l2c_api.c

+ 0 - 1
components/bt/bluedroid/stack/l2cap/l2c_api.c

@@ -2381,7 +2381,6 @@ void l2ble_update_att_acl_pkt_num(UINT8 type, tl2c_buff_param_t *param)
     default:
         break;
     }
-    xSemaphoreGive(buff_semaphore);
 }
 #endif