Skip to content

Commit 61f7bbb

Browse files
committed
Bluetooth: Controller: Disable LL_ASSERT_DBG
Disable LL_ASSERT_DBG. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 1d59737 commit 61f7bbb

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/controller/hal

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/hal/debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void bt_ctlr_assert_handle(char *file, uint32_t line);
2828
#endif
2929

3030
#define LL_ASSERT_ERR(cond) LL_ASSERT(cond)
31-
#define LL_ASSERT_DBG(cond) LL_ASSERT(cond)
31+
#define LL_ASSERT_DBG(cond)
3232

3333
#if defined(CONFIG_BT_CTLR_ASSERT_VENDOR)
3434
#define LL_ASSERT_INFO1(cond, param) \

0 commit comments

Comments
 (0)