X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fusart%2FMsp430UsartShare0P.nc;h=d8643407466e6fc856d508098328ea2be8658071;hb=27a4057b502642e6d503124114d7047a6576d751;hp=af092585ca59e3c8229f770d5436a85bfa306ab1;hpb=bef408170ad6af964a2a8950ea57c5d8fda75678;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usart/Msp430UsartShare0P.nc b/tos/chips/msp430/usart/Msp430UsartShare0P.nc index af092585..d8643407 100644 --- a/tos/chips/msp430/usart/Msp430UsartShare0P.nc +++ b/tos/chips/msp430/usart/Msp430UsartShare0P.nc @@ -39,6 +39,7 @@ configuration Msp430UsartShare0P { provides interface HplMsp430UsartInterrupts as Interrupts[ uint8_t id ]; provides interface HplMsp430I2CInterrupts as I2CInterrupts[ uint8_t id ]; provides interface Resource[ uint8_t id ]; + provides interface ResourceRequested[ uint8_t id ]; provides interface ArbiterInfo; uses interface ResourceConfigure[ uint8_t id ]; @@ -52,6 +53,7 @@ implementation { components new FcfsArbiterC( MSP430_HPLUSART0_RESOURCE ) as ArbiterC; Resource = ArbiterC; + ResourceRequested = ArbiterC; ResourceConfigure = ArbiterC; ArbiterInfo = ArbiterC; UsartShareP.ArbiterInfo -> ArbiterC;