X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FMsp430UartP.nc;h=8fe6bee02377f6fbbb0dd571a441893e1f8440ce;hb=ff7253eba0b30ef68b507dc6a0e479f5c1dc242b;hp=2ef1736f95954679858031bdd39bf01b8c8ef862;hpb=316b60a1a610c6bc034f96415da225675f062b5d;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/Msp430UartP.nc b/tos/chips/msp430/usci/Msp430UartP.nc index 2ef1736f..8fe6bee0 100644 --- a/tos/chips/msp430/usci/Msp430UartP.nc +++ b/tos/chips/msp430/usci/Msp430UartP.nc @@ -44,7 +44,8 @@ generic module Msp430UartP() { interface HplMsp430UsciInt as Interrupts; interface HplMsp430GeneralIO as RXD; interface HplMsp430GeneralIO as TXD; - interface Msp430UsciConfigure; + interface AsyncConfigure as + Msp430UsciConfigure; interface Counter; interface ArbiterInfo; }