diff options
Diffstat (limited to 'host/lib/usrp/x300/x300_defaults.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_defaults.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_defaults.hpp b/host/lib/usrp/x300/x300_defaults.hpp index 5471b02c6..e10b29291 100644 --- a/host/lib/usrp/x300/x300_defaults.hpp +++ b/host/lib/usrp/x300/x300_defaults.hpp @@ -11,13 +11,14 @@ #include "../device3/device3_impl.hpp" #include <string> -#define NIUSRPRIO_DEFAULT_RPC_PORT "5444" namespace uhd { namespace usrp { namespace x300 { +static constexpr size_t NIUSRPRIO_DEFAULT_RPC_PORT = 5444; + static constexpr uint32_t RADIO_DEST_PREFIX_TX = 0; static constexpr size_t XB_DST_E0 = 0; static constexpr size_t XB_DST_E1 = 1; |