diff --git a/drivers/watchdog/wdt_ifx_cat1.c b/drivers/watchdog/wdt_ifx_cat1.c index 3cfe41d4a3d..7c68ee9a297 100644 --- a/drivers/watchdog/wdt_ifx_cat1.c +++ b/drivers/watchdog/wdt_ifx_cat1.c @@ -36,6 +36,7 @@ static void ifx_cat1_wdt_isr_handler(const struct device *dev) if (dev_data->callback) { dev_data->callback(dev, 0); } + Cy_WDT_MaskInterrupt(); } #endif /* IFX_CAT1_WDT_IS_IRQ_EN */