X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusci%2FMsp430SpiP.nc;h=fd57695a17e7905d3f5ac1fdcf4eb1f30765a3bc;hb=ff7253eba0b30ef68b507dc6a0e479f5c1dc242b;hp=dc59ce248a1b5c482d85fbe4ee29d98117947e70;hpb=316b60a1a610c6bc034f96415da225675f062b5d;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usci/Msp430SpiP.nc b/tos/chips/msp430/usci/Msp430SpiP.nc index dc59ce24..fd57695a 100644 --- a/tos/chips/msp430/usci/Msp430SpiP.nc +++ b/tos/chips/msp430/usci/Msp430SpiP.nc @@ -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 as + Msp430UsciConfigure; interface Counter interface ArbiterInfo; }