nuttx-apps/wireless/bluetooth
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
..
btsak remove <nuttx/xxx.h> in stdio need add depend header file 2026-04-20 15:19:00 +08:00
nimble wireless/bluetooth/nimble: fix the compile error 2026-04-20 15:19:43 +08:00
.gitignore Remove extra whitespace from files (#43) 2026-04-20 14:50:13 +08:00
CMakeLists.txt examples/nimble: fix assertion during pthread create with zero priority 2026-04-20 15:10:07 +08:00
Make.defs nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00