LAPTOP-EG88H5BE\86151 3 vuotta sitten
vanhempi
commit
f2b0473306
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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));
         }