From 5f02620a49b981ee987e7b200d47c47f845f52d3 Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Mon, 26 Mar 2018 18:06:13 -0600 Subject: [PATCH] ahckrf_debug: finx type conversion warning from Windows build --- host/hackrf-tools/src/hackrf_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/hackrf-tools/src/hackrf_debug.c b/host/hackrf-tools/src/hackrf_debug.c index ad6cbf78..27d03556 100644 --- a/host/hackrf-tools/src/hackrf_debug.c +++ b/host/hackrf-tools/src/hackrf_debug.c @@ -157,7 +157,7 @@ int si5351c_write_register( #define SI5351C_CLK_SRC_MULTISYNTH_0_4 2 #define SI5351C_CLK_SRC_MULTISYNTH_SELF 3 -void print_clk_control(uint8_t clk_ctrl) { +void print_clk_control(uint16_t clk_ctrl) { uint8_t clk_src, clk_pwr; printf("\tclock control = \n"); if(clk_ctrl & SI5351C_CLK_POWERDOWN)