LAPTOP-EG88H5BE\86151 3 rokov pred
rodič
commit
f2b0473306
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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));
         }