From 344a2f2a83a56d3878551568612e05a875fd2918 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 23 Aug 2012 12:59:49 -0600 Subject: [PATCH] more clock generator config fixes --- firmware/common/hackrf_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/common/hackrf_core.c b/firmware/common/hackrf_core.c index 67b673a0..05f86627 100644 --- a/firmware/common/hackrf_core.c +++ b/firmware/common/hackrf_core.c @@ -64,10 +64,10 @@ void cpu_clock_init(void) si5351c_configure_multisynth(3, 4608, 0, 1, 1); /* 20MHz */ /* MS4/CLK4 is the source for the LPC43xx microcontroller. */ - si5351c_configure_multisynth(4, 8021, 1, 3, 0); /* 12MHz */ + si5351c_configure_multisynth(4, 8021, 0, 3, 0); /* 12MHz */ /* MS5/CLK5 is the source for the RFFC5071 mixer. */ - si5351c_configure_multisynth(5, 1536, 1, 1, 0); /* 50MHz */ + si5351c_configure_multisynth(5, 1536, 0, 1, 0); /* 50MHz */ si5351c_configure_clock_control(); si5351c_enable_clock_outputs();