nuttx-apps/system/ofloader
wangzhi16 a843190684 system/ofloader: fix compile error.
ofloader.c:78:11: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Werror=implicit-function-declaration]
   78 |           close(devinfo[count].fd);
      |           ^~~~~
      |           pclose

ofloader.c:293:8: error: unknown type name 'pthread_addr_t'
  293 | static pthread_addr_t fake_idle(pthread_addr_t arg)
      |        ^~~~~~~~~~~~~~

Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
2026-04-20 15:19:33 +08:00
..
CMakeLists.txt cmake:support system apps CMake build 2026-04-20 15:16:21 +08:00
Kconfig support openflashloader for nuttx 2026-04-20 15:10:42 +08:00
Make.defs support openflashloader for nuttx 2026-04-20 15:10:42 +08:00
Makefile support openflashloader for nuttx 2026-04-20 15:10:42 +08:00
ofloader.c system/ofloader: fix compile error. 2026-04-20 15:19:33 +08:00
ofloader.h support openflashloader for nuttx 2026-04-20 15:10:42 +08:00
segger.c Merge branch 'dev-merge-github-20230228' into dev 2026-04-20 15:12:39 +08:00