X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fcc2420%2FTestSecurity%2FRadioCountToLeds1%2FRadioCountToLedsC.nc;h=fb6f2911b4089f104bbc619b9e98622104e4e89a;hb=f8192249f3f9caa3e6b8e19ecd9f4d6a0c44ac03;hp=91a70b3988bf68d8516cc667fc6b4fbdf04aa760;hpb=33c5a71e0ab956baf773b66bd93af3352442c1a2;p=tinyos-2.x.git diff --git a/apps/tests/cc2420/TestSecurity/RadioCountToLeds1/RadioCountToLedsC.nc b/apps/tests/cc2420/TestSecurity/RadioCountToLeds1/RadioCountToLedsC.nc index 91a70b39..fb6f2911 100644 --- a/apps/tests/cc2420/TestSecurity/RadioCountToLeds1/RadioCountToLedsC.nc +++ b/apps/tests/cc2420/TestSecurity/RadioCountToLeds1/RadioCountToLedsC.nc @@ -124,8 +124,8 @@ implementation { if (len != sizeof(radio_count_msg_t)) {return bufPtr;} else { radio_count_msg_t* rcm = (radio_count_msg_t*)payload; - printf("counter: %d len: %d\n",rcm->counter, len); - printfflush(); + //printf("counter: %d len: %d\n",rcm->counter, len); + //printfflush(); if (rcm->counter & 0x1) { call Leds.led0On(); }