]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/TestSecurity/RadioCountToLeds1/RadioCountToLedsC.nc
changes to cc2420 TestSecurity app file for imote2s
[tinyos-2.x.git] / apps / tests / cc2420 / TestSecurity / RadioCountToLeds1 / RadioCountToLedsC.nc
index 91a70b3988bf68d8516cc667fc6b4fbdf04aa760..fb6f2911b4089f104bbc619b9e98622104e4e89a 100644 (file)
@@ -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();
       }