diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-24 10:29:40 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-24 10:30:56 -0800 |
commit | ff796f519df11111f028a505125ce95f060c897e (patch) | |
tree | 732856853ca5e62e83bc5bacd48a02ed129c46ca /host/lib/usrp | |
parent | cd5631ff194ae8b8ca6308286e44704785ef792a (diff) | |
download | uhd-ff796f519df11111f028a505125ce95f060c897e.tar.gz uhd-ff796f519df11111f028a505125ce95f060c897e.tar.bz2 uhd-ff796f519df11111f028a505125ce95f060c897e.zip |
uhd: added docs on usrp2/n, removed empty n2xx doc page, misc
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/usrp1/soft_time_ctrl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp1/soft_time_ctrl.cpp b/host/lib/usrp/usrp1/soft_time_ctrl.cpp index 4d6abe218..856faf89d 100644 --- a/host/lib/usrp/usrp1/soft_time_ctrl.cpp +++ b/host/lib/usrp/usrp1/soft_time_ctrl.cpp @@ -20,14 +20,12 @@ #include <boost/any.hpp> #include <boost/thread.hpp> #include <boost/date_time/posix_time/posix_time.hpp> -#include <boost/date_time/local_time/local_time.hpp> #include <iostream> using namespace uhd; using namespace uhd::usrp; using namespace uhd::transport; namespace pt = boost::posix_time; -namespace lt = boost::local_time; static const time_spec_t TWIDDLE(0.0015); |