mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
The wdog implementation redefined `list_node`, which could cause conflicts or unexpected behavior when both `wdog/wdog.h` and `list.h` are included in the same source file. This patch removes the redundant definition to avoid such issues. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Make.defs | ||
| wd_cancel.c | ||
| wd_gettime.c | ||
| wd_initialize.c | ||
| wd_recover.c | ||
| wd_start.c | ||
| wdog.h | ||