aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuner_fc0013.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuner_fc0013.c')
-rw-r--r--src/tuner_fc0013.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuner_fc0013.c b/src/tuner_fc0013.c
index a6bd0e5..5423941 100644
--- a/src/tuner_fc0013.c
+++ b/src/tuner_fc0013.c
@@ -305,7 +305,7 @@ int fc0013_set_params(void *dev, uint32_t freq, uint32_t bandwidth)
f_vco = freq * multi;
- if (f_vco >= 3060000000) {
+ if (f_vco >= 3060000000U) {
reg[6] |= 0x08;
vco_select = 1;
}