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/spi.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/spi.h')
-rw-r--r-- | firmware/fx2/common/spi.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/fx2/common/spi.h b/firmware/fx2/common/spi.h index 5342b82b8..12bc5e544 100644 --- a/firmware/fx2/common/spi.h +++ b/firmware/fx2/common/spi.h @@ -39,12 +39,5 @@ spi_write (unsigned char header_hi, unsigned char header_lo, unsigned char enables, unsigned char format, const xdata unsigned char *buf, unsigned char len); -// returns non-zero if successful, else 0 -unsigned char -spi_transact (unsigned char data0, unsigned char data1, - unsigned char data2, unsigned char data3, - unsigned char enables, xdata unsigned char *buf, - unsigned char len); - #endif /* INCLUDED_SPI_H */ |