diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-17 13:46:31 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-17 13:46:31 -0800 |
commit | 37365d1c93ad330a71fa2f6640fe9ce9a7aedad8 (patch) | |
tree | e00f806a6af91d3b66ea125cfc55976a8e727b2a /host/lib/usrp/usrp2/fw_common.h | |
parent | 0e66165d43d896bbc263dcf3481b94450d7de89f (diff) | |
download | uhd-37365d1c93ad330a71fa2f6640fe9ce9a7aedad8.tar.gz uhd-37365d1c93ad330a71fa2f6640fe9ce9a7aedad8.tar.bz2 uhd-37365d1c93ad330a71fa2f6640fe9ce9a7aedad8.zip |
udp_ports: host code tweaks, seems to be closer to working
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index a26f56e8b..29c2a8484 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -42,8 +42,9 @@ extern "C" { // udp ports for the usrp2 communication // Dynamic and/or private ports: 49152-65535 #define USRP2_UDP_CTRL_PORT 49152 -#define USRP2_UDP_DATA_PORT 49153 -#define USRP2_UDP_ERR0_PORT 49154 +//#define USRP2_UDP_UPDATE_PORT 49154 +#define USRP2_UDP_DATA_PORT 49156 +#define USRP2_UDP_ERR0_PORT 49157 //////////////////////////////////////////////////////////////////////// // I2C addresses |