X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tos%2Fchips%2Fmsp430%2Fusart%2FMsp430UsartShare1P.nc;h=3b977b3449a2604fc7ea7d5ba67eca4aaa1a9351;hb=27a4057b502642e6d503124114d7047a6576d751;hp=1b6edcf5b78d620c9db706c18c2bfc7200e03368;hpb=bef408170ad6af964a2a8950ea57c5d8fda75678;p=tinyos-2.x.git diff --git a/tos/chips/msp430/usart/Msp430UsartShare1P.nc b/tos/chips/msp430/usart/Msp430UsartShare1P.nc index 1b6edcf5..3b977b34 100644 --- a/tos/chips/msp430/usart/Msp430UsartShare1P.nc +++ b/tos/chips/msp430/usart/Msp430UsartShare1P.nc @@ -39,6 +39,7 @@ configuration Msp430UsartShare1P { provides interface HplMsp430UsartInterrupts as Interrupts[ 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_HPLUSART1_RESOURCE ) as ArbiterC; Resource = ArbiterC; + ResourceRequested = ArbiterC; ResourceConfigure = ArbiterC; ArbiterInfo = ArbiterC; UsartShareP.ArbiterInfo -> ArbiterC;