]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430SpiP.nc
Replace the special-purpose Msp430UsciConfigure interface with the
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430SpiP.nc
index dc59ce248a1b5c482d85fbe4ee29d98117947e70..fd57695a17e7905d3f5ac1fdcf4eb1f30765a3bc 100644 (file)
@@ -46,7 +46,8 @@ generic module Msp430SpiP() {
     interface HplMsp430GeneralIO as SIMO;
     interface HplMsp430GeneralIO as SOMI;
     interface HplMsp430GeneralIO as SCL;
-    interface Msp430UsciSpiConfigure; /* maybe just Msp430UsciConfigure */
+    interface AsyncConfigure<const msp430_usci_config_t*> as
+      Msp430UsciConfigure;
     interface Counter<T32khz,uint16_6>
     interface ArbiterInfo;
   }