wangchdo opened a new pull request, #17159:
URL: https://github.com/apache/nuttx/pull/17159
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.
*Note: Please adhere to [Contributing
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
## Summary
remove unnecessary list_node redefinition in wdog.h
## Impact
remove unnecessary list_node redefinition in wdog.h, no change to
any logic, no impact to nuttx functions
## Testing
**ostest passed on board fvp-armv8r-aarch32**

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]