]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/chips/at25df/At25dfSpiConfigP.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / tmicore / chips / at25df / At25dfSpiConfigP.nc
index 903053ba9425554bc83ca74a8741f378cb6dfa8c..dd7d59bf15178dce325e82a71498eb33fda8ccd7 100644 (file)
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+
 /**
  * USCI Spi test program runs the peripheral in loopback mode.
- * 
+ *
  * @author R. Steve McKown <rsmckown@gmail.com>
  */
+
 module At25dfSpiConfigP {
   provides interface AsyncConfigure<const msp430_usci_spi_t*> as Configure;
 }
 implementation {
-  const static msp430_usci_spi_t def = { 
+  const static msp430_usci_spi_t def = {
     ctl0: UCSYNC | UCMODE_0 | UCMST | UCMSB | UCCKPL, /* SPI mode0 master, MSB first */
     ctl1: UCSWRST | UCSSEL_3,  /* clock spi from SMCLK */
     brx: 1,