]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/printf/printf.h
Update to meet tep 3 standards for naming messages
[tinyos-2.x.git] / tos / lib / printf / printf.h
index 370f8f8949e63b4ce39675a6f2c8b91cda49ef21..e25b28e4ec6b5129c9ec7a7237ba4b25a9e66357 100644 (file)
 
 typedef nx_struct printf_msg {
   nx_uint8_t buffer[TOSH_DATA_LENGTH];
-} printf_msg;
+} printf_msg_t;
 
 enum {
-  AM_PRINTFMSG = 100,
+  AM_PRINTF_MSG = 100,
 };
 
 #endif //PRINTF_H