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:
Alberto Escolar Piedras 2018-08-07 15:17:55 +02:00 committed by Carles Cufí
parent d46e2c7ec9
commit e0864a9338
1 changed files with 3 additions and 1 deletions

View File

@ -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"