From 640dd07ed3307dfbafc23171a2d4718fa7bd2087 Mon Sep 17 00:00:00 2001 From: Aaron Rossetto Date: Mon, 11 Apr 2022 10:34:19 -0500 Subject: uhd: Update MPM compat minor --- host/lib/usrp/mpmd/mpmd_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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 MPM_COMPAT_NUM = {4, 0}; +const std::vector MPM_COMPAT_NUM = {4, 2}; /************************************************************************* * Helper functions -- cgit v1.2.3