From 6be501416aa16364629b3bc79b0145e6c34e72c0 Mon Sep 17 00:00:00 2001 From: stark1898y <1658608470@qq.com> Date: Sun, 18 May 2025 09:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E9=95=BF=E7=9C=8B=E9=97=A8=E7=8B=97?= =?UTF-8?q?=E6=97=B6=E9=97=B415h=E6=97=A0=E9=87=8D=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BSP/inc/bsp_iwdg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BSP/inc/bsp_iwdg.h b/BSP/inc/bsp_iwdg.h index f640a2d..05658e8 100644 --- a/BSP/inc/bsp_iwdg.h +++ b/BSP/inc/bsp_iwdg.h @@ -21,7 +21,7 @@ #define RB_WR_PROTECT 0x40000000 // RO, write protect #define RB_IWDG_EN 0x80000000 // RO, watch-dog enable -#define IWDG_TIMEOUT_MS (6000) +#define IWDG_TIMEOUT_MS (10000) #define IWDG_FEED_MS (1000) #define IWIG_FEED_EVENT (0x01 << 0)