Skip to content

Commit

Permalink
Revert "Handle pps_src external in USRPTime ctor"
Browse files Browse the repository at this point in the history
verify_time doesn't handle the external PPS input!

This reverts commit 6c02271.
  • Loading branch information
mpbraendli committed Dec 12, 2020
1 parent a2d708d commit 58e264d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/output/USRPTime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 58e264d

Please sign in to comment.