diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-11 10:34:19 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-12 13:29:49 -0700 |
commit | 640dd07ed3307dfbafc23171a2d4718fa7bd2087 (patch) | |
tree | 07f87b917a14afad983f331fd352ae85b701487b /host/lib/usrp/mpmd | |
parent | e43a8a79ed93daab802f578b3f8ea9c50b52a367 (diff) | |
download | uhd-640dd07ed3307dfbafc23171a2d4718fa7bd2087.tar.gz uhd-640dd07ed3307dfbafc23171a2d4718fa7bd2087.tar.bz2 uhd-640dd07ed3307dfbafc23171a2d4718fa7bd2087.zip |
uhd: Update MPM compat minor
Diffstat (limited to 'host/lib/usrp/mpmd')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_impl.cpp b/host/lib/usrp/mpmd/mpmd_impl.cpp index 50ccbb21b..3235e421c 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.cpp +++ b/host/lib/usrp/mpmd/mpmd_impl.cpp @@ -31,7 +31,7 @@ namespace { //! Most pessimistic time for a CHDR query to go to device and back const double MPMD_CHDR_MAX_RTT = 0.02; //! MPM Compatibility number {MAJOR, MINOR} -const std::vector<size_t> MPM_COMPAT_NUM = {4, 0}; +const std::vector<size_t> MPM_COMPAT_NUM = {4, 2}; /************************************************************************* * Helper functions |