aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuner_fc2580.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuner_fc2580.c')
-rw-r--r--src/tuner_fc2580.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuner_fc2580.c b/src/tuner_fc2580.c
index abf8513..d2eeba5 100644
--- a/src/tuner_fc2580.c
+++ b/src/tuner_fc2580.c
@@ -371,7 +371,7 @@ fc2580_fci_result_type fc2580_set_freq( void *pTuner, unsigned int f_lo, unsigne
==============================================================================*/
fc2580_fci_result_type fc2580_set_filter( void *pTuner, unsigned char filter_bw, unsigned int freq_xtal )
{
- unsigned char cal_mon, i;
+ unsigned char cal_mon = 0, i;
fc2580_fci_result_type result = FC2580_FCI_SUCCESS;
if(filter_bw == 1)