LAPTOP-EG88H5BE\86151 3 年之前
父節點
當前提交
f2b0473306
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/EmbeddedCoder_src/SOR.c

+ 1 - 1
src/EmbeddedCoder_src/SOR.c

@@ -25,7 +25,7 @@ void SOR(void)
     }
     if(sord_flg_firstRun)
     {
-        if(ArrMax((sorv_ohm_cellREi, cmnc_num_cellUNum) > 65000)
+        if(ArrMax(sorv_ohm_cellREi, cmnc_num_cellUNum) > 65000)
         {
             memset(sorn_ohm_cellREE,0, sizeof(sorn_ohm_cellREE));
         }