commit | f24367963e3ec50c14fd30454ca883ee8c831dc5 | [log] [tgz] |
---|---|---|
author | Martin Jäger <martin@libre.solar> | Wed Oct 20 11:53:31 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 21 07:35:11 2021 -0400 |
tree | 0e5776118db65229d6eebddbbb9aebb651f46a81 | |
parent | 177f95464e9fbea6f7ebfc4ab8fed74a758374ed [diff] |
task_wdt: ensure hw wdt is started before being fed If a fallback hardware watchdog is used, it is fed together with the task watchdog in task_wdt_feed. However, the hardware watchdog was not yet set up before the first call to task_wdt_feed. This commit fixes the order of wdt_setup and task_wdt_feed calls. Fixes #39523 Signed-off-by: Martin Jäger <martin@libre.solar>