From 11d78f48e80b3956f1ea2a8b56f5e73ebc902869 Mon Sep 17 00:00:00 2001 From: stark1898y <1658608470@qq.com> Date: Mon, 10 Feb 2025 13:36:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=87=BA=E5=8E=82=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=EF=BC=8C=E7=89=88=E6=9C=AC=E5=8F=B7V1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/src/bsp_flash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/src/bsp_flash.c b/bsp/src/bsp_flash.c index a5bc8fc..fc43177 100644 --- a/bsp/src/bsp_flash.c +++ b/bsp/src/bsp_flash.c @@ -766,7 +766,7 @@ void BSP_Flash_EraseRecodrs (void) int BSP_Flash_Init (void) { - + rt_uint16_t flag_value = *(rt_uint16_t *)FLASH_INIT_FLAG_ADDR; rt_thread_mdelay(50); LOG_D("flag_value = %X", flag_value); @@ -799,7 +799,7 @@ int BSP_Flash_Init (void) LOG_D ("Flash_Set_Sever_Data error!"); } - Flash_SetProductTimeLimit (2025, 1, 24, 13, 50, 20, kFactoryTimeId); + Flash_SetProductTimeLimit (2025, 2, 10, 13, 50, 20, kFactoryTimeId); Set_ExpirationTime (MAX_EXPIRATION_DAYS); sci.hw_ver = SYS_HW_VERSION;