commit | 9400de333e88f8a9c835764102544809646c837b | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Wed Jan 11 11:00:06 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jan 18 09:56:14 2023 +0100 |
tree | 318134be02cda1eba3efb8e347f2ffe76746b857 | |
parent | 86ee2104b3e4b60dc3eb40bf99bc19b747be943a [diff] |
drivers: watchdog: stm32 iwdg starts with wdt_setup() the watchdog is enabled by the wdt_setup() coming after the wdt_install_timeout. Due to PR #44972, the code did not follow that. This PR fixes the correct other in the sequence. Signed-off-by: Francois Ramu <francois.ramu@st.com>