Skip to content

Commit 87dfbdb

Browse files
eriksandgrenrugeGerritsen
authored andcommitted
Bluetooth: Controller: Remove use of SDC_MEM_CS_DEPRECATED
This is not needed anymore as the new SDC_MEM_CS macro has been merged in nrfxlib. Signed-off-by: Erik Sandgren <[email protected]>
1 parent 3daaaad commit 87dfbdb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

subsys/bluetooth/controller/hci_driver.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,19 +261,13 @@ BUILD_ASSERT(!IS_ENABLED(CONFIG_BT_PERIPHERAL) ||
261261
#endif
262262

263263
#if defined(CONFIG_BT_CTLR_SDC_CS_COUNT)
264-
#if defined(SDC_MEM_CS_DEPRECATED)
265264
#define SDC_MEM_CS_POOL \
266265
SDC_MEM_CS( \
267266
CONFIG_BT_CTLR_SDC_CS_COUNT, \
268267
CONFIG_BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS, \
269268
IS_ENABLED(CONFIG_BT_CTLR_SDC_CS_STEP_MODE3)) + \
270269
SDC_MEM_CS_SETUP_PHASE_LINKS(SDC_CENTRAL_COUNT + PERIPHERAL_COUNT)
271270
#else
272-
#define SDC_MEM_CS_POOL \
273-
SDC_MEM_CS(CONFIG_BT_CTLR_SDC_CS_COUNT) + \
274-
SDC_MEM_CS_SETUP_PHASE_LINKS(SDC_CENTRAL_COUNT + PERIPHERAL_COUNT)
275-
#endif
276-
#else
277271
#define SDC_MEM_CS_POOL 0
278272
#endif
279273

0 commit comments

Comments
 (0)