nRF52: add support for building SoftDevice BLE controller

This commit is contained in:
Matias N
2021-01-24 14:19:59 -03:00
committed by Brennan Ashton
parent 74e7e2b5b2
commit 45b392be7e
12 changed files with 1040 additions and 4 deletions
+2
View File
@@ -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);