samples: watchdog: RP2040 doesn't require custom max timeout
RP2040 accepts window max time in milliseconds then the default Zephyr sample value is fine. Signed-off-by: Marcin Jabrzyk <marcin.jabrzyk@gmail.com>
This commit is contained in:
parent
61916c69dd
commit
5787c69b9c
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
*/
|
||||
#define WDT_ALLOW_CALLBACK 0
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(raspberrypi_pico_watchdog)
|
||||
#define WDT_MAX_WINDOW 600000U
|
||||
#define WDT_ALLOW_CALLBACK 0
|
||||
#elif DT_HAS_COMPAT_STATUS_OKAY(gd_gd32_wwdgt)
|
||||
#define WDT_MAX_WINDOW 24U
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue