]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/rf230/RadioCountToDiag/RadioCountToDiagC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / rf230 / RadioCountToDiag / RadioCountToDiagC.nc
index 0cbeb3dbbf94d2d40ca37442cdd9a4e7e4377122..931e0737b95827c335d4cb87ea54e155d50f3187 100644 (file)
@@ -27,7 +27,7 @@ configuration RadioCountToDiagC
 
 implementation
 {
-       components MainC, RadioCountToDiagP, DiagMsgC;
+       components MainC, RadioCountToDiagP, DiagMsgC, LedsC;
        components ActiveMessageC, SerialActiveMessageC;
        components new TimerMilliC() as SendTimerC;
        components new TimerMilliC() as ReportTimerC;
@@ -48,4 +48,8 @@ implementation
 
        components ActiveMessageAddressC;
        RadioCountToDiagP.ActiveMessageAddress -> ActiveMessageAddressC;
+
+       RadioCountToDiagP.LowPowerListening -> ActiveMessageC;
+
+       RadioCountToDiagP.Leds -> LedsC;
 }