|
|
|
@ -856,8 +856,8 @@ uint32_t peakFreq;
|
|
|
|
int peakIndex;
|
|
|
|
int peakIndex;
|
|
|
|
float temppeakLevel;
|
|
|
|
float temppeakLevel;
|
|
|
|
int temppeakIndex;
|
|
|
|
int temppeakIndex;
|
|
|
|
static unsigned long old_freq[MAX_SI4432] = { 0, 0, 0};
|
|
|
|
static unsigned long old_freq[4] = { 0, 0, 0, 0};
|
|
|
|
static unsigned long real_old_freq[MAX_SI4432] = { 0, 0, 0};
|
|
|
|
static unsigned long real_old_freq[4] = { 0, 0, 0, 0};
|
|
|
|
// volatile int t;
|
|
|
|
// volatile int t;
|
|
|
|
|
|
|
|
|
|
|
|
//static uint32_t extra_vbw_step_time = 0;
|
|
|
|
//static uint32_t extra_vbw_step_time = 0;
|
|
|
|
|