X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Frf230%2FRadioCountToDiag%2FRadioCountToDiagC.nc;h=931e0737b95827c335d4cb87ea54e155d50f3187;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=4cb5b6e4f0db07b59f094c723e625c240bb83e46;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/apps/tests/rf230/RadioCountToDiag/RadioCountToDiagC.nc b/apps/tests/rf230/RadioCountToDiag/RadioCountToDiagC.nc index 4cb5b6e4..931e0737 100644 --- a/apps/tests/rf230/RadioCountToDiag/RadioCountToDiagC.nc +++ b/apps/tests/rf230/RadioCountToDiag/RadioCountToDiagC.nc @@ -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; }