소스 검색

Warning 수정

PYJ 5 년 전
부모
커밋
bc7fd39dc1
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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 3500
     return Attenret;
3501 3501
 }
3502 3502
 void AGC_Function(){//DL
3503
-    double Volt_Calc_val = 3.3 / 4095;
3504 3503
     double ret = 0;
3505 3504
     int8_t ResdBm = 0;
3506 3505
     int i = 0;
@@ -3645,7 +3644,6 @@ void AGC_Function(){//DL
3645 3644
 }
3646 3645
 void Alarm_Check(){
3647 3646
     double temp = 0;
3648
-    double Volt_Calc_val = 3.3 / 4095;
3649 3647
     double ret = 0;
3650 3648
     int8_t ResdBm[4] = {0,};
3651 3649
     if(bluecell_Currdatastatus.ALARM_MASK1 == false)