nuttx-apps/examples/pwlines
wangzhi16 7dbe3e8529 examples/pwlines: fix compile error
CC:  signal/sig_pselect.c pwlines_events.c: In function 'pwlines_listener':
pwlines_events.c:161:11: warning: implicit declaration of function 'pthread_exit' [-Wimplicit-function-declaration]
  161 |           pthread_exit(NULL);
      |           ^~~~~~~~~~~~

Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
2026-04-20 15:19:33 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2026-04-20 15:11:53 +08:00
Kconfig Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2026-04-20 14:56:49 +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
pwlines_events.c examples/pwlines: fix compile error 2026-04-20 15:19:33 +08:00
pwlines_internal.h Indent the define statement by two spaces 2026-04-20 15:09:30 +08:00
pwlines_main.c nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
pwlines_motion.c nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
pwlines_update.c apps: Use MIN/MAX definitions from "sys/param.h" 2026-04-20 15:07:44 +08:00