]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Modified AM ID to follow TEP4
authorkaisenl <kaisenl>
Fri, 30 May 2008 03:02:44 +0000 (03:02 +0000)
committerkaisenl <kaisenl>
Fri, 30 May 2008 03:02:44 +0000 (03:02 +0000)
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;