From 9b82bd1bd9d00156f7af978d92e8a16280432a2e Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 12 Oct 2023 11:51:38 +0800 Subject: [PATCH] update --- sdk | 2 +- usrc/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk b/sdk index 61021e0..5f412fc 160000 --- a/sdk +++ b/sdk @@ -1 +1 @@ -Subproject commit 61021e00a94a56c52f49a82ca5bbedf3f17349d1 +Subproject commit 5f412fc13617a87778caecdfcc7847038536ed7b diff --git a/usrc/main.cpp b/usrc/main.cpp index 4710ba4..380cd6c 100644 --- a/usrc/main.cpp +++ b/usrc/main.cpp @@ -53,7 +53,7 @@ void umain() { /******************************************************************************* * NVSINIT * *******************************************************************************/ - ZNVS::ins().initialize(); + ZNVS::ins().initialize(IFLYTOP_NVS_CONFIG_FLASH_SECTOR); { static I_XYRobotCtrlModule::flash_config_t cfg; XYRobotCtrlModule::create_default_cfg(cfg);