X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fadc12%2FMsp430Adc12ClientAutoRVGC.nc;h=b7e5c6c58281d03b416847205cf6c1b06e778e5f;hb=60959169f556ee3dc648a69f5c8fb1ed9cd887c7;hp=246f5860859b37a6ed64169723c21951a984444f;hpb=280c1821f287389e7d13ee048e0f3a28927d1302;p=tinyos-2.x.git diff --git a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc index 246f5860..b7e5c6c5 100644 --- a/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc +++ b/tos/chips/msp430/adc12/Msp430Adc12ClientAutoRVGC.nc @@ -46,6 +46,7 @@ generic configuration Msp430Adc12ClientAutoRVGC() interface Resource; interface Msp430Adc12SingleChannel; interface Msp430Adc12MultiChannel; + interface Msp430Adc12Overflow; } uses interface AdcConfigure; } implementation { @@ -57,6 +58,7 @@ generic configuration Msp430Adc12ClientAutoRVGC() Resource = Msp430RefVoltArbiterP.ClientResource[ID]; Msp430Adc12SingleChannel = Msp430Adc12P.SingleChannel[ID]; Msp430Adc12MultiChannel = Msp430Adc12P.MultiChannel[ID]; + Msp430Adc12Overflow = Msp430Adc12P.Overflow[ID]; Msp430RefVoltArbiterP.AdcResource[ID] -> Msp430Adc12P.Resource[ID];