diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/output/USRPTime.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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") { |