nuttx-apps/wireless/bluetooth/nimble
v-tangmeng d606546434 wireless/bluetooth/nimble: fix the compile error
apps/wireless/bluetooth/nimble/mynewt-nimble/nimble/host/src/ble_gatts_lcl.c:95: error: "STRINGIFY" redefined [-Werror]
   95 | #define STRINGIFY(X) #X

nuttx/include/nuttx/macro.h:31: note: this is the location of the previous definition
   31 | #define STRINGIFY(x)  STRINGIFY_(x)

apps/wireless/bluetooth/nimble/mynewt-nimble/porting/npl/nuttx/src/os_callout.c: In function 'ble_npl_callout_inited':
apps/wireless/bluetooth/nimble/mynewt-nimble/porting/npl/nuttx/src/os_callout.c:125:24: error: comparison between pointer and integer [-Werror]
  125 |     return (c->c_timer != NULL);

Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
2026-04-20 15:19:43 +08:00
..
include nsh: support watch command 2026-04-20 15:18:53 +08:00
.gitignore nimBLE integration application/library 2026-04-20 14:51:26 +08:00
CMakeLists.txt wireless/bluetooth/nimble: fix the compile error 2026-04-20 15:19:43 +08:00
Kconfig wireless/bluetooth/nimble: fix the compile error 2026-04-20 15:19:43 +08:00
Make.defs nimBLE integration application/library 2026-04-20 14:51:26 +08:00
Makefile Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
Makefile.nimble nsh: support watch command 2026-04-20 15:18:53 +08:00