]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/printf/PrintfC.nc
Force printf messages to 28 bytes regardless of what TOSH_DATA_LENGTH is set to
[tinyos-2.x.git] / tos / lib / printf / PrintfC.nc
index 451368c76263ead75767d832fcfd9dcde24ba0c7..f55dfd4d3557f41eade39eee0723a94e99565f6f 100644 (file)
@@ -63,6 +63,6 @@ implementation {
   PrintfP.Queue -> QueueC;
   PrintfP.AMSend -> SerialAMSenderC;
   PrintfP.Packet -> SerialAMSenderC;
-  PrintfP.Leds -> LedsC;
+  //PrintfP.Leds -> LedsC;
 }