From 58e264d8ba706f8b8f9fdba6f0256efc21702394 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 12 Dec 2020 16:26:25 +0100 Subject: Revert "Handle pps_src external in USRPTime ctor" verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a. --- src/output/USRPTime.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/output/USRPTime.cpp b/src/output/USRPTime.cpp index 5f9014c..232fa58 100644 --- a/src/output/USRPTime.cpp +++ b/src/output/USRPTime.cpp @@ -55,9 +55,7 @@ USRPTime::USRPTime( set_usrp_time_from_localtime(); } - 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'. */ + else if (m_conf.pps_src == "pps") { // let verify_time handle time setup } else if (m_conf.pps_src == "gpsdo") { -- cgit v1.2.3