]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/dip/Dip.h
Modified AM ID to follow TEP4
[tinyos-2.x.git] / tos / lib / net / dip / Dip.h
index fd3226bbbb9a86475512f9431b79111733f7699e..bcdfe21efd57d2f7aacc56bbaf73fc7b1259dc25 100644 (file)
@@ -19,10 +19,10 @@ typedef enum {
 } dip_msgid_t;
 
 enum {
-  AM_DIP = 0x84,
-  AM_DIP_DATA_MSG = 0x84, // For MIG tool
-  AM_DIP_MSG = 0x84, // For MIG tool
-  AM_DIP_DATA = 0x84 // For MIG tool
+  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
 };
 
 typedef uint16_t dip_index_t;