mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-05 21:04:49 +00:00
fix(nimble): Add header file to expose macros
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
#include <os/os_mempool.h>
|
#include <os/os_mempool.h>
|
||||||
#include <nimble/ble.h>
|
#include <nimble/ble.h>
|
||||||
#include <nimble/hci_common.h>
|
#include <nimble/hci_common.h>
|
||||||
|
#include <nimble/nimble_opt.h>
|
||||||
#include <nimble/transport.h>
|
#include <nimble/transport.h>
|
||||||
#if BLE_TRANSPORT_IPC
|
#if BLE_TRANSPORT_IPC
|
||||||
#include <nimble/transport/hci_ipc.h>
|
#include <nimble/transport/hci_ipc.h>
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
#include "os/os_mbuf.h"
|
#include "os/os_mbuf.h"
|
||||||
#include "os/os_mempool.h"
|
#include "os/os_mempool.h"
|
||||||
#include "hal/hal_uart.h"
|
#include "hal/hal_uart.h"
|
||||||
|
#include "nimble/nimble_opt.h"
|
||||||
#include "nimble/transport.h"
|
#include "nimble/transport.h"
|
||||||
#include "nimble/transport/hci_h4.h"
|
#include "nimble/transport/hci_h4.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user