diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-02-13 18:00:50 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-02-18 13:07:07 +0100 |
commit | 00da85f96a4c51fbf4c7b65a95d2a75c17a3278d (patch) | |
tree | 2bd325319d8809844c1e571df2ab7ea0c074a8b0 /host/lib/usrp/x300/x300_impl.hpp | |
parent | 7fef199d194c9a63b3312845979fa353f90f4d23 (diff) | |
download | uhd-00da85f96a4c51fbf4c7b65a95d2a75c17a3278d.tar.gz uhd-00da85f96a4c51fbf4c7b65a95d2a75c17a3278d.tar.bz2 uhd-00da85f96a4c51fbf4c7b65a95d2a75c17a3278d.zip |
x300 mtu: Removed magic number, minor manual updates
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 1fb3676a0..264fc10b6 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -253,7 +253,7 @@ private: size_t recv_frame_size; size_t send_frame_size; }; - frame_size_t max_frame_sizes; + frame_size_t _max_frame_sizes; /*! * Automatically determine the maximum frame size available by sending a UDP packet |