]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/dip/Dip.h
Making AM IDs TEP 135 compliant
[tinyos-2.x.git] / tos / lib / net / dip / Dip.h
index bcdfe21efd57d2f7aacc56bbaf73fc7b1259dc25..b001d3eb6610e24efe8f941e8d9a89df6cf47cc7 100644 (file)
@@ -19,10 +19,10 @@ typedef enum {
 } dip_msgid_t;
 
 enum {
-  AM_DIP = 0x61,
-  AM_DIP_DATA_MSG = 0x61, // For MIG tool
-  AM_DIP_MSG = 0x61, // For MIG tool
-  AM_DIP_DATA = 0x61 // For MIG tool
+  AM_DIP = 0x62,
+  AM_DIP_DATA_MSG = 0x62, // For MIG tool
+  AM_DIP_MSG = 0x62, // For MIG tool
+  AM_DIP_DATA = 0x62 // For MIG tool
 };
 
 typedef uint16_t dip_index_t;