]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/printf/PrintfC.nc
Update to meet tep 3 standards for naming messages
[tinyos-2.x.git] / tos / lib / printf / PrintfC.nc
index ec89b2d94c53b46a4d968d7f51e4e97a65437ec1..bd1ec635b890fce1ea16ce201b9ea82d35b386fd 100644 (file)
@@ -49,7 +49,7 @@ configuration PrintfC {
 }
 implementation {
   components SerialActiveMessageC;
-  components new SerialAMSenderC(AM_PRINTFMSG);
+  components new SerialAMSenderC(AM_PRINTF_MSG);
   components PrintfP;
   components LedsC;