fix(nimble): Add header file to expose macros

This commit is contained in:
Rahul Tank
2026-03-01 18:11:26 +05:30
parent 2c0e41e3b5
commit 92c2a96308
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
#include <os/os_mempool.h>
#include <nimble/ble.h>
#include <nimble/hci_common.h>
#include <nimble/nimble_opt.h>
#include <nimble/transport.h>
#include "esp_nimble_mem.h"
+1
View File
@@ -26,6 +26,7 @@
#include "os/os_mbuf.h"
#include "os/os_mempool.h"
#include "hal/hal_uart.h"
#include "nimble/nimble_opt.h"
#include "nimble/transport.h"
#include "nimble/transport/hci_h4.h"