We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d59737 commit 61f7bbbCopy full SHA for 61f7bbb
subsys/bluetooth/controller/hal/debug.h
@@ -28,7 +28,7 @@ void bt_ctlr_assert_handle(char *file, uint32_t line);
28
#endif
29
30
#define LL_ASSERT_ERR(cond) LL_ASSERT(cond)
31
-#define LL_ASSERT_DBG(cond) LL_ASSERT(cond)
+#define LL_ASSERT_DBG(cond)
32
33
#if defined(CONFIG_BT_CTLR_ASSERT_VENDOR)
34
#define LL_ASSERT_INFO1(cond, param) \
0 commit comments