Commit 17429725 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Carles Cufi
Browse files

Bluetooth: controller: Use SOC series macro instead of board macro



In the BLE controller ECB HAL:
To avoid confusion, use SOC series macro instead of board macro.

Signed-off-by: default avatarAlberto Escolar Piedras <alpi@oticon.com>
parent 347f3262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ static void do_ecb(struct ecb_param *ecb)
		while ((NRF_ECB->EVENTS_ENDECB == 0) &&
		       (NRF_ECB->EVENTS_ERRORECB == 0) &&
		       (NRF_ECB->ECBDATAPTR != 0)) {
#if defined(CONFIG_BOARD_NRFXX_NWTSIM)
#if defined(CONFIG_SOC_SERIES_NWTSIM_NRFXX)
			__WFE();
#else
			/*__WFE();*/