From d5657b81c5ef89c43384c49f5b45608b94f854f5 Mon Sep 17 00:00:00 2001 From: payton Date: Mon, 11 Dec 2023 15:55:10 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8DDebugMode=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E5=90=8E=E7=9C=8B=E9=97=A8=E7=8B=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c b/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c index 72d48d6d5..2ff38892f 100755 --- a/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c +++ b/code/application/source/sf_app/code/source/systemMng/sf_commu_mcu_reg.c @@ -262,8 +262,8 @@ unsigned char sf_mcu_wdg_set(unsigned char value) { unsigned char i = 0; unsigned char regsize =0; - unsigned char mcuReg[2] = {0}; - unsigned char mcuPara[2] = {0}; + unsigned char mcuReg[3] = {0}; + unsigned char mcuPara[3] = {0}; UIMenuStoreInfo *puiPara = sf_app_ui_para_get(); if(puiPara->DebugMode)