nuttx-apps/system/uorb
wangjianyu3 4b8b96f060 system/uORB: fix orb_subscribe_multi undefined
Fix `orb_subscribe_multi` undefined error.

/workspace/prebuilts/gcc/linux/arm64/bin/../lib/gcc/aarch64-none-elf/13.2.1/../../../../aarch64-none-elf/bin/ld: apps/system/uorb/libapps_uorb_listener.a(listener.c.o): in function `listener_monitor':
/workspace/apps/system/uorb/listener.c:803:(.text.listener_monitor.constprop.0+0xe4): undefined reference to `orb_subscribe_multi'
/workspace/apps/system/uorb/listener.c:803:(.text.listener_monitor.constprop.0+0xe4): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `orb_subscribe_multi'

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2025-06-05 19:43:10 +08:00
..
sensor uORB/sensor: Add timestamp for GNSS data 2025-05-12 16:22:10 +08:00
test system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
uORB system/uORB: Add API for sending loop exit event 2025-04-26 15:48:15 +02:00
CMakeLists.txt system/uORB: fix orb_subscribe_multi undefined 2025-06-05 19:43:10 +08:00
Kconfig system/uorb: add eventfd to notify loop exit. 2025-04-26 15:48:15 +02:00
listener.c system/uorb/listener.c: fix typo 2025-03-29 10:31:47 +08:00
Make.defs system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile system/uorb: add eventfd to notify loop exit. 2025-04-26 15:48:15 +02:00