From 7149658fbbee12114429183f8015effd5f59a5f6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 15 Jul 2016 11:43:17 +0200 Subject: Autoconfigure refclk frequency if LEA-M8F detected This should make this branch compatible with both Ettus GPSDO using 10MHz refclk and the LEA-M8F using 30.72MHz --- host/lib/usrp/b200/b200_cores.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/b200/b200_cores.hpp') diff --git a/host/lib/usrp/b200/b200_cores.hpp b/host/lib/usrp/b200/b200_cores.hpp index 32e583794..b34baa24c 100644 --- a/host/lib/usrp/b200/b200_cores.hpp +++ b/host/lib/usrp/b200/b200_cores.hpp @@ -58,6 +58,7 @@ public: b200_ref_pll_ctrl(b200_local_spi_core::sptr spi); virtual void set_lock_to_ext_ref(bool external); + virtual bool set_refclk_frequency(int refclk_kHz); private: b200_local_spi_core::sptr _spi; -- cgit v1.2.3