From 00da85f96a4c51fbf4c7b65a95d2a75c17a3278d Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 13 Feb 2014 18:00:50 -0800 Subject: x300 mtu: Removed magic number, minor manual updates --- host/lib/usrp/x300/x300_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/x300/x300_impl.hpp') 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 -- cgit v1.2.3