component/bt: Fix buffer count deinit crash.

This commit is contained in:
Wang Cheng
2020-08-03 14:33:16 +08:00
committed by baohongde
parent 12d476427f
commit bfaa14bfdd

View File

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