]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430SpiB1C.nc
Update Msp430UartA0C.nc to match recent changes in Msp430UartA1C. Spruce up
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430SpiB1C.nc
index ad0997a4a1e14762a94c480156c66dc3eba16456..5d9e71c00ddf8ee6569db9127b15e558e8bd949c 100644 (file)
@@ -48,7 +48,7 @@ generic configuration Msp430SpiB1C() {
     interface SpiPacket;
     interface ArbiterInfo; /* ??? */
   }
-  uses interface Msp430UsciSpiConfigure; /* would be nice to use Msp430SpiConfigure, same as USART analog */
+  uses interface Msp430UsciConfigure;
 }
 implementation {
   enum {
@@ -58,7 +58,7 @@ implementation {
   components new Msp430SpiP() as SpiP;
   SpiByte = SpiP;
   SpiPacket = SpiP;
-  Msp430UsciSpiConfigure = SpiP;
+  Msp430UsciConfigure = SpiP;
 
   components Msp430UsciA0C as UsciC;
   Resource = UsciC.Resource[CLIENT_ID];