nuttx-apps/examples/pwfb
wangzhi16 a77b375865 fix compile error.
pwfb_events.c:215:11: error: implicit declaration of function 'pthread_exit' [-Werror=implicit-function-declaration]
  215 |           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 Makefile: replace INCDIR to INCDIR_PREFIX 2026-04-20 15:06:01 +08:00
pwfb_events.c fix compile error. 2026-04-20 15:19:33 +08:00
pwfb_internal.h Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00
pwfb_main.c Fix the minor style issue 2026-04-20 15:05:00 +08:00
pwfb_motion.c apps/examples/pwfb : fix compiling error 2026-04-20 15:10:56 +08:00