commit | 6e9f4bb6d6a8192b9a5193257e507518bf713ec1 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio@hubblenetwork.com> | Fri Mar 14 16:06:40 2025 -0700 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 19 01:24:56 2025 +0100 |
tree | 3297541740c775ffc4dadbbd215070a9c678310a | |
parent | 2b0912951b265bce4e4d0d17bfec107188824008 [diff] |
samples: task_wdt: Use wdt device if it is ready hw_wdt_dev may not be NULL and the device not be ready to be used. If that is the case we explicitely initialize task_wdt_init with NULL and do not use hw watchdog. Signed-off-by: Flavio Ceolin <flavio@hubblenetwork.com>