nuttx/sched/wdog
wangchengdong 08050f506c sched/wdog: remove unnecessary list_node redefinition
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>
2025-10-09 11:41:32 +08:00
..
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wd_cancel.c Revert "sched/wdog/wd_cancel: Return 0 (OK) when cancelling an inactive wdog" 2025-05-16 10:30:41 +08:00
wd_gettime.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wd_initialize.c sched/wdog: use small lock to protect g_wdactivelist 2025-01-14 12:29:29 +08:00
wd_recover.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wd_start.c sched/wdog: Remove the wd_start_period. 2025-06-10 11:02:45 -03:00
wdog.h sched/wdog: remove unnecessary list_node redefinition 2025-10-09 11:41:32 +08:00