bluetooth: controller: remove redundant header inclusions
nrf_timer.h and nrf_ppi.h are included by including radio_nrf5.h, so we do not need to include them in radio.c. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
ea4d1d6ff0
commit
98356a14b7
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@
|
|||
#include <nrfx/hal/nrf_radio.h>
|
||||
#include <nrfx/hal/nrf_rtc.h>
|
||||
#include <nrfx/hal/nrf_ccm.h>
|
||||
#include <nrfx/hal/nrf_timer.h>
|
||||
#include <nrfx/hal/nrf_ppi.h>
|
||||
|
||||
#if defined(CONFIG_SOC_SERIES_NRF51X)
|
||||
#define RADIO_PDU_LEN_MAX (BIT(5) - 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue