Bluetooth: controller: HAL: Separate simulated SOC in own header
To avoid issues with differences between the simulated and the real SOC let's separate the simulated one into its own header Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
d46e2c7ec9
commit
e0864a9338
|
@ -16,7 +16,9 @@
|
|||
#define HAL_EVENT_TIMER_SAMPLE_CC_OFFSET 3
|
||||
#define HAL_EVENT_TIMER_SAMPLE_TASK NRF_TIMER_TASK_CAPTURE3
|
||||
|
||||
#if defined(CONFIG_SOC_SERIES_NRF51X)
|
||||
#if defined(CONFIG_SOC_SERIES_NWTSIM_NRFXX)
|
||||
#include "radio_sim_nrfxx.h"
|
||||
#elif defined(CONFIG_SOC_SERIES_NRF51X)
|
||||
#include "radio_nrf51.h"
|
||||
#elif defined(CONFIG_SOC_NRF52810)
|
||||
#include "radio_nrf52810.h"
|
||||
|
|
Loading…
Reference in New Issue