X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FMsp430SpiB1C.nc;h=5d9e71c00ddf8ee6569db9127b15e558e8bd949c;hb=316b60a1a610c6bc034f96415da225675f062b5d;hp=ad0997a4a1e14762a94c480156c66dc3eba16456;hpb=ef9ae502febb70319ecfbc09f37885b13460a7a0;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/Msp430SpiB1C.nc b/tos/chips/msp430/usci/Msp430SpiB1C.nc index ad0997a4..5d9e71c0 100644 --- a/tos/chips/msp430/usci/Msp430SpiB1C.nc +++ b/tos/chips/msp430/usci/Msp430SpiB1C.nc @@ -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];