diff options
Diffstat (limited to 'usrp2/host/lib/usrp2.cc')
-rw-r--r-- | usrp2/host/lib/usrp2.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usrp2/host/lib/usrp2.cc b/usrp2/host/lib/usrp2.cc index 6a54c6da6..77c1e3374 100644 --- a/usrp2/host/lib/usrp2.cc +++ b/usrp2/host/lib/usrp2.cc @@ -413,6 +413,12 @@ namespace usrp2 { return d_impl->sync_to_pps(); } + bool + usrp2::sync_every_pps(bool enable) + { + return d_impl->sync_every_pps(enable); + } + std::vector<uint32_t> usrp2::peek32(uint32_t addr, uint32_t words) { |