diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-15 23:51:29 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-15 23:51:29 -0800 |
commit | d6eae2063c33b05cece8293ed4391fa8619c2447 (patch) | |
tree | 6d92f91fee3080cf4ad59f1a6ddb721b9c0561db /host/lib/usrp/usrp2 | |
parent | 768d32d91a6b207c577803e9d8baff884551f839 (diff) | |
download | uhd-d6eae2063c33b05cece8293ed4391fa8619c2447.tar.gz uhd-d6eae2063c33b05cece8293ed4391fa8619c2447.tar.bz2 uhd-d6eae2063c33b05cece8293ed4391fa8619c2447.zip |
usrp2: added support in fw for setting dsp0 and err0 ports with protocol framer changes
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index a9c39e650..a26f56e8b 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -43,6 +43,7 @@ extern "C" { // 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 //////////////////////////////////////////////////////////////////////// // I2C addresses |