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:
parent
f1557804a9
commit
bae0dace16
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue