mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 11:53:25 +08:00
08050f506c
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>