mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
nRF52: add support for building SoftDevice BLE controller
This commit is contained in:
@@ -396,6 +396,8 @@ void bt_buf_release(FAR struct bt_buf_s *buf)
|
||||
|
||||
wlinfo("buf %p ref %u type %d\n", buf, buf->ref, buf->type);
|
||||
|
||||
DEBUGASSERT(buf->ref > 0);
|
||||
|
||||
if (--buf->ref > 0)
|
||||
{
|
||||
wlinfo("Remaining references: %d\n", buf->ref);
|
||||
|
||||
Reference in New Issue
Block a user