commit | 2a510361a3bac72e49e87b52090ab3e55a0e41b7 | [log] [tgz] |
---|---|---|
author | Julien D'Ascenzio <julien.dascenzio@paratronic.fr> | Thu Mar 24 15:45:40 2022 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Apr 08 09:59:34 2022 -0400 |
tree | 35cb580f92669fe5c832ffeb289583f7d7b88df4 | |
parent | 6654d4bc0026a8f2ba6876b4c97239ba3eb17076 [diff] |
drivers: watchdog: iwdg_stm32: fix wdg install timeout In the function iwdg_stm32_install_timeout, the test on watchdog ready was inverted. So, if 2 successive calls were made to this function, the value of the prescaler or counter reload was not taken into account. Signed-off-by: Julien D'Ascenzio <julien.dascenzio@paratronic.fr>