]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
update AM_DHV=0x63
authorxuanthanh18 <xuanthanh18>
Wed, 3 Feb 2010 22:08:34 +0000 (22:08 +0000)
committerxuanthanh18 <xuanthanh18>
Wed, 3 Feb 2010 22:08:34 +0000 (22:08 +0000)
tos/lib/net/dhv/Dhv.h

index 8731f79da8f2f5b81d833c398c02272aab2f0a12..f6ad31d23eec9f9f45b64f8e7aafad058b3d93a5 100755 (executable)
@@ -50,10 +50,10 @@ enum{
 };
 
 enum {
-  AM_DHV = 0x62,
-  AM_DHV_DATA_MSG = 0x62, // For MIG tool
-  AM_DHV_MSG = 0x62, // For MIG tool
-  AM_DHV_DATA = 0x62 // For MIG tool
+  AM_DHV = 0x63,
+  AM_DHV_DATA_MSG = 0x63, // For MIG tool
+  AM_DHV_MSG = 0x63, // For MIG tool
+  AM_DHV_DATA = 0x63 // For MIG tool
 };
 
 typedef uint16_t dhv_key_t;