diff options
| author | Josh Blum <josh@joshknows.com> | 2011-07-29 01:19:08 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-07-29 01:19:08 -0700 | 
| commit | 043c586ff8745b0cc01ed173d23951289dbcffcf (patch) | |
| tree | a2a22add4da3807e88da000faaecfba647e16d95 /host | |
| parent | cf606156a06f6053713900fd342d36d4c74e0d7e (diff) | |
| download | uhd-043c586ff8745b0cc01ed173d23951289dbcffcf.tar.gz uhd-043c586ff8745b0cc01ed173d23951289dbcffcf.tar.bz2 uhd-043c586ff8745b0cc01ed173d23951289dbcffcf.zip | |
usrp2: shutoff streaming using the stop bit (fix)
Diffstat (limited to 'host')
| -rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index 46a57fc95..f19a738b5 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -32,7 +32,7 @@ extern "C" {  //fpga and firmware compatibility numbers  #define USRP2_FPGA_COMPAT_NUM 7  #define USRP2_FW_COMPAT_NUM 10 -#define USRP2_FW_VER_MINOR 2 +#define USRP2_FW_VER_MINOR 3  //used to differentiate control packets over data port  #define USRP2_INVALID_VRT_HEADER 0 | 
