]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usci/Msp430UartP.nc
Replace the special-purpose Msp430UsciConfigure interface with the
[tinyos-2.x.git] / tos / chips / msp430 / usci / Msp430UartP.nc
index 2ef1736f95954679858031bdd39bf01b8c8ef862..8fe6bee02377f6fbbb0dd571a441893e1f8440ce 100644 (file)
@@ -44,7 +44,8 @@ generic module Msp430UartP() {
     interface HplMsp430UsciInt as Interrupts;
     interface HplMsp430GeneralIO as RXD;
     interface HplMsp430GeneralIO as TXD;
-    interface Msp430UsciConfigure;
+    interface AsyncConfigure<const msp430_usci_config_t*> as
+      Msp430UsciConfigure;
     interface Counter<T32khz,uint16_t>;
     interface ArbiterInfo;
   }