]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/printf/PrintfC.nc
Small changes to the application to make it line up with the newly created tutorial...
[tinyos-2.x.git] / tos / lib / printf / PrintfC.nc
index bd1ec635b890fce1ea16ce201b9ea82d35b386fd..a9a8b7383dcf87eb90a03ceecdc2b74eb9cc4371 100644 (file)
@@ -51,12 +51,10 @@ implementation {
   components SerialActiveMessageC;
   components new SerialAMSenderC(AM_PRINTF_MSG);
   components PrintfP;
-  components LedsC;
 
   PrintfControl = PrintfP;
   PrintfFlush = PrintfP;
   
-  PrintfP.Leds -> LedsC;
   PrintfP.SerialControl -> SerialActiveMessageC;
   PrintfP.AMSend -> SerialAMSenderC;
   PrintfP.Packet -> SerialAMSenderC;