PYJ 5 gadi atpakaļ
vecāks
revīzija
bc7fd39dc1
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      Bluecell_Src/Bluecell_operate.c

+ 0 - 2
Bluecell_Src/Bluecell_operate.c

@@ -3500,7 +3500,6 @@ int8_t AGC_Calc(int8_t threshold,int8_t CurrDet){
3500
     return Attenret;
3500
     return Attenret;
3501
 }
3501
 }
3502
 void AGC_Function(){//DL
3502
 void AGC_Function(){//DL
3503
-    double Volt_Calc_val = 3.3 / 4095;
3504
     double ret = 0;
3503
     double ret = 0;
3505
     int8_t ResdBm = 0;
3504
     int8_t ResdBm = 0;
3506
     int i = 0;
3505
     int i = 0;
@@ -3645,7 +3644,6 @@ void AGC_Function(){//DL
3645
 }
3644
 }
3646
 void Alarm_Check(){
3645
 void Alarm_Check(){
3647
     double temp = 0;
3646
     double temp = 0;
3648
-    double Volt_Calc_val = 3.3 / 4095;
3649
     double ret = 0;
3647
     double ret = 0;
3650
     int8_t ResdBm[4] = {0,};
3648
     int8_t ResdBm[4] = {0,};
3651
     if(bluecell_Currdatastatus.ALARM_MASK1 == false)
3649
     if(bluecell_Currdatastatus.ALARM_MASK1 == false)