diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-01 10:40:07 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-01 10:40:07 -0700 |
commit | cb9080c3c3a04f84818d698f73892441f6d14d40 (patch) | |
tree | 5e43599e166b282684143e7b9c838251e4864659 /firmware/fx2/common/usrp_commands.h | |
parent | 592af4a86be7309a858e04d1e930d8ac6932db18 (diff) | |
parent | 6f70d17b206226823dc6108410d0608373300f58 (diff) | |
download | uhd-cb9080c3c3a04f84818d698f73892441f6d14d40.tar.gz uhd-cb9080c3c3a04f84818d698f73892441f6d14d40.tar.bz2 uhd-cb9080c3c3a04f84818d698f73892441f6d14d40.zip |
Merge branch 'fix/usrp1_spi_read'
Diffstat (limited to 'firmware/fx2/common/usrp_commands.h')
-rw-r--r-- | firmware/fx2/common/usrp_commands.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/fx2/common/usrp_commands.h b/firmware/fx2/common/usrp_commands.h index 02778c7e3..20c28e264 100644 --- a/firmware/fx2/common/usrp_commands.h +++ b/firmware/fx2/common/usrp_commands.h @@ -54,13 +54,6 @@ // wIndexL: format // len: how much to read -#define VRQ_SPI_TRANSACT 0x83 // wValueH: OUT byte 0 - // wValueL: OUT byte 1 - // wIndexH: OUT byte 2 - // wIndexL: OUT byte 3 - // wLengthH: enables - // wLengthL: transaction length - // OUT commands #define VRQ_SET_LED 0x01 // wValueL off/on {0,1}; wIndexL: which {0,1} |