mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-08 02:57:56 +00:00
nimble/phy: Fix includes
Few leftovers after transition to nrfx. X-Original-Commit: a016470258f38e38ae6e8912d15d043caf0f7d4a
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user