Bluetooth controller nrf: Rename bsim radio hal header

Rename the bsim header in preparation for having more
simulated targets.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-09-21 09:50:56 +02:00 committed by Carles Cufí
commit bae0dace16
2 changed files with 2 additions and 2 deletions

View file

@ -15,8 +15,8 @@
#define HAL_RADIO_NS2US_ROUND(ns) ((ns + 500)/1000)
/* SoC specific defines */
#if defined(CONFIG_SOC_SERIES_BSIM_NRFXX)
#include "radio_sim_nrfxx.h"
#if defined(CONFIG_BOARD_NRF52_BSIM)
#include "radio_sim_nrf52.h"
#elif defined(CONFIG_SOC_SERIES_NRF51X)
#include "radio_nrf51.h"
#elif defined(CONFIG_SOC_NRF52805)