Skip to content

Commit c34231e

Browse files
rugeGerritsennordicjm
authored andcommitted
nrf_rpc: Remove build assert for undefined CONFIG_BT_BREDR
This configuration no longer exists, so it doesn't make sense to have it here. Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent afb98f3 commit c34231e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/rpc/common/bt_rpc_common.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
LOG_MODULE_REGISTER(BT_RPC, CONFIG_BT_RPC_LOG_LEVEL);
2323

24-
BUILD_ASSERT(!IS_ENABLED(CONFIG_BT_BREDR), "BT_RPC does not support BR/EDR");
2524
#ifdef CONFIG_NRF_RPC_IPC_SERVICE
2625
NRF_RPC_IPC_TRANSPORT(bt_rpc_tr, DEVICE_DT_GET(DT_NODELABEL(ipc0)), "bt_rpc_ept");
2726
#elif defined(CONFIG_NRF_RPC_UART_TRANSPORT)

0 commit comments

Comments
 (0)