From 6c02271b0050dbb2808bb55272b438576d937d4a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 14 Jan 2020 10:16:37 +0100 Subject: Handle pps_src external in USRPTime ctor --- src/output/USRPTime.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/output/USRPTime.cpp b/src/output/USRPTime.cpp index 232fa58..5f9014c 100644 --- a/src/output/USRPTime.cpp +++ b/src/output/USRPTime.cpp @@ -55,7 +55,9 @@ USRPTime::USRPTime( set_usrp_time_from_localtime(); } - else if (m_conf.pps_src == "pps") { + else if (m_conf.pps_src == "pps" or m_conf.pps_src == "external") { + /* Not sure if pps was previously accepted by UHD, or if that was wrong. + * The B100 and B200 use 'external'. */ // let verify_time handle time setup } else if (m_conf.pps_src == "gpsdo") { -- cgit v1.2.3