nimble/phy: Fix includes

Few leftovers after transition to nrfx.

X-Original-Commit: a016470258f38e38ae6e8912d15d043caf0f7d4a
This commit is contained in:
Andrzej Kaczmarek
2018-03-15 22:56:33 +01:00
parent 2f803e02e8
commit f34aebd54d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "ble/xcvr.h"
#include "nimble/ble.h"
#include "nimble/nimble_opt.h"
#include "nrf51_bitfields.h"
#include "nrfx.h"
#include "controller/ble_hw.h"
#include "mcu/cmsis_nvic.h"
+1 -1
View File
@@ -28,7 +28,7 @@
#include "nimble/nimble_opt.h"
#include "controller/ble_phy.h"
#include "controller/ble_ll.h"
#include "nrf51_bitfields.h"
#include "nrfx.h"
/* XXX: 4) Make sure RF is higher priority interrupt than schedule */
+1 -1
View File
@@ -25,7 +25,7 @@
#include "ble/xcvr.h"
#include "nimble/ble.h"
#include "nimble/nimble_opt.h"
#include "nrf52_bitfields.h"
#include "nrfx.h"
#include "controller/ble_hw.h"
#include "mcu/cmsis_nvic.h"
#include "os/os_trace_api.h"