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:
Marcin Jabrzyk 2022-10-11 21:35:52 +02:00 committed by Lauren Murphy
commit 5787c69b9c

View file

@ -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