]> 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 4cb5b6e4f0db07b59f094c723e625c240bb83e46..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;
@@ -50,4 +50,6 @@ implementation
        RadioCountToDiagP.ActiveMessageAddress -> ActiveMessageAddressC;
 
        RadioCountToDiagP.LowPowerListening -> ActiveMessageC;
+
+       RadioCountToDiagP.Leds -> LedsC;
 }