diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-30 16:50:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-30 16:50:02 -0700 |
commit | 0f64366dee3fb8e4556509b2de0f47fa8053313e (patch) | |
tree | c5da2b2ff46d83ab8c88a6de6b24db0b0d2c3847 /firmware/fx2/common/usrp_commands.h | |
parent | 1d29ee1086620b7dc51dcdbcaaef2690d2e95dc6 (diff) | |
download | uhd-0f64366dee3fb8e4556509b2de0f47fa8053313e.tar.gz uhd-0f64366dee3fb8e4556509b2de0f47fa8053313e.tar.bz2 uhd-0f64366dee3fb8e4556509b2de0f47fa8053313e.zip |
usrp1: reverted spi transaction changes to the usrp1 firmware (broken and not needed)
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} |