From 900348b53d6a9cbd787f795731c6a3ebb8e7fd51 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 23 Nov 2023 15:53:12 +0800 Subject: [PATCH] update --- usrc/main.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/usrc/main.cpp b/usrc/main.cpp index d67e0cb..5e053e2 100644 --- a/usrc/main.cpp +++ b/usrc/main.cpp @@ -42,12 +42,7 @@ static ZCanCommnaderMaster m_zcanCommnaderMaster; static ZIProtocolProxy proxy[255]; void initcfg() { - /** - * @brief 初始化配置,系统中需要配置都需要在这里进行初始化 - */ - static I_StepMotorCtrlModule::flash_config_t cfg; - StepMotorCtrlModule::create_default_cfg(cfg); - // ZNVS::ins().alloc_config(MOTOR_CFG_FLASH_MARK, (uint8_t*)&cfg, sizeof(cfg)); + } void initmodule() {}