Bluetooth: controller: Use SERIES config instead of NRF52
In preparation for the new Nordic MDK and nRF52840 IC support we switch to using the SERIES config instead of the old "NRF52" macro that will be deprecated in the new MDK. JIRA: ZEP-1418 Change-Id: I563f025c9db9b7497116c5af23814d95c720f836 Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
f655da2b5e
commit
fc479e03e0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#if defined(CONFIG_SOC_SERIES_NRF51X)
|
||||
#define RADIO_PDU_LEN_MAX (BIT(5) - 1)
|
||||
#elif defined(NRF52)
|
||||
#elif defined(CONFIG_SOC_SERIES_NRF52X)
|
||||
#define RADIO_PDU_LEN_MAX (BIT(8) - 1)
|
||||
#else
|
||||
#error "Platform not defined."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue