]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/usart/Msp430Usart1C.nc
Update to include paramaterization of the UartStream interface as well as push Resour...
[tinyos-2.x.git] / tos / chips / msp430 / usart / Msp430Usart1C.nc
index 29f5d0214b5076035e51f3a932e017fced7b4e8e..866e18e1b3827ae44bd56e778ed6a62b9e2ce97a 100644 (file)
@@ -40,6 +40,7 @@
 generic configuration Msp430Usart1C() {
 
   provides interface Resource;
+  provides interface ResourceRequested;
   provides interface ArbiterInfo;
   provides interface HplMsp430Usart;
   provides interface HplMsp430UsartInterrupts;
@@ -56,6 +57,7 @@ implementation {
   components Msp430UsartShare1P as UsartShareP;
 
   Resource = UsartShareP.Resource[ CLIENT_ID ];
+  ResourceRequested = UsartShareP.ResourceRequested[ CLIENT_ID ];
   ResourceConfigure = UsartShareP.ResourceConfigure[ CLIENT_ID ];
   ArbiterInfo = UsartShareP.ArbiterInfo;
   HplMsp430UsartInterrupts = UsartShareP.Interrupts[ CLIENT_ID ];