diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-17 23:54:19 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-17 23:54:19 -0700 |
commit | 6d47818032de6f05aa74d17e50363df292c50aac (patch) | |
tree | 227a24ac939875a9ede4aa7f31d30d241e1df6e6 /host/lib/usrp/usrp2/fw_common.h | |
parent | 7e1b2a0e3c014bc23aaa7a045efb5f1109818051 (diff) | |
download | uhd-6d47818032de6f05aa74d17e50363df292c50aac.tar.gz uhd-6d47818032de6f05aa74d17e50363df292c50aac.tar.bz2 uhd-6d47818032de6f05aa74d17e50363df292c50aac.zip |
usrp2: use the err transport for tx/err, and rx xports are recv only
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index 21abc6aed..d47725e1f 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -40,9 +40,9 @@ extern "C" { // Dynamic and/or private ports: 49152-65535 #define USRP2_UDP_CTRL_PORT 49152 //#define USRP2_UDP_UPDATE_PORT 49154 -#define USRP2_UDP_DSP0_PORT 49156 -#define USRP2_UDP_ERR0_PORT 49157 -#define USRP2_UDP_DSP1_PORT 49158 +#define USRP2_UDP_RX_DSP0_PORT 49156 +#define USRP2_UDP_TX_DSP0_PORT 49157 +#define USRP2_UDP_RX_DSP1_PORT 49158 //////////////////////////////////////////////////////////////////////// // I2C addresses |