diff options
| author | Ben Hilburn <ben@ettus.com> | 2012-04-18 10:20:38 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2012-04-18 15:11:29 -0700 | 
| commit | 360681f26ffa5f1bea095291eeaf595b4e0aa447 (patch) | |
| tree | 71931c1cbac81f8568901127e0acfe17d660e1d2 | |
| parent | 5ebbf8a887c33c5afbae3f135e48bab0574396bc (diff) | |
| download | uhd-360681f26ffa5f1bea095291eeaf595b4e0aa447.tar.gz uhd-360681f26ffa5f1bea095291eeaf595b4e0aa447.tar.bz2 uhd-360681f26ffa5f1bea095291eeaf595b4e0aa447.zip  | |
master: Fixing comments that say SPI is LSB.
| -rw-r--r-- | host/include/uhd/usrp/dboard_iface.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/usrp/dboard_iface.hpp b/host/include/uhd/usrp/dboard_iface.hpp index ca5de5c2f..6a6a68321 100644 --- a/host/include/uhd/usrp/dboard_iface.hpp +++ b/host/include/uhd/usrp/dboard_iface.hpp @@ -213,7 +213,7 @@ public:       *       * \param unit which unit, rx or tx       * \param config configuration settings -     * \param data the bits to write LSB first +     * \param data the bits to write MSB first       * \param num_bits the number of bits in data       */      virtual void write_spi( @@ -228,7 +228,7 @@ public:       *       * \param unit which unit, rx or tx       * \param config configuration settings -     * \param data the bits to write LSB first +     * \param data the bits to write MSB first       * \param num_bits the number of bits in data       * \return the data that was read       */  | 
