Commit 0edea901 authored by 李鑫3's avatar 李鑫3

🐞 fix:删除步骤限制

parent c8d2b170
...@@ -264,7 +264,7 @@ void Sys_Run_Mode_100ms_Tasks_Group(void) ...@@ -264,7 +264,7 @@ void Sys_Run_Mode_100ms_Tasks_Group(void)
} }
Total_Check( ); Total_Check( );
if((ODOvalue>0) && ( MENU_CHECK_STEP==13)) if(ODOvalue>0)
{ {
LINE_OUT_POS_05=1; LINE_OUT_POS_05=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