]> 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 ec89b2d94c53b46a4d968d7f51e4e97a65437ec1..a9a8b7383dcf87eb90a03ceecdc2b74eb9cc4371 100644 (file)
@@ -49,14 +49,12 @@ configuration PrintfC {
 }
 implementation {
   components SerialActiveMessageC;
-  components new SerialAMSenderC(AM_PRINTFMSG);
+  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;