Commit 9c5658fa authored by 时昊's avatar 时昊

更改CAN的步数,恢复到最初版状态

parent 46266bfc
......@@ -1961,9 +1961,9 @@ void Function_Check_Ctrl(uint32_t cmd)
if ( MENU_BACK != MENU_CHECK_STEP )
{
Execute_Specify_Step((MENU_CHECK_STEP));
if(MENU_CHECK_STEP >= 1)
{
Execute_Specify_Step((MENU_CHECK_STEP - 1));
Execute_Specify_Step_IO(MENU_CHECK_STEP - 1);
Execute_Specify_Step_PWM(MENU_CHECK_STEP - 1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment