From 88377dbe71b412c5e7487639889c0ff36871fb1b Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Thu, 21 Feb 2019 16:46:53 +0200 Subject: kingfisher: initialize variable Bug-AGL: SPEC-2473 Change-Id: Idade62b5e0248d1a2e9e9387696a5df012f6953f Signed-off-by: George Kiagiadakis --- binding/radio_impl_kingfisher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/radio_impl_kingfisher.c b/binding/radio_impl_kingfisher.c index 5600ff6..9388762 100644 --- a/binding/radio_impl_kingfisher.c +++ b/binding/radio_impl_kingfisher.c @@ -51,7 +51,7 @@ static fm_band_plan_t known_fm_band_plans[5] = { }; static unsigned int bandplan = 0; -static bool present; +static bool present = false; static uint32_t current_frequency; static int scan_valid_snr_threshold = 128; static int scan_valid_rssi_threshold = 128; -- cgit 1.2.3-korg