]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/Ctp.h
Making AM IDs TEP 135 compliant
[tinyos-2.x.git] / tos / lib / net / ctp / Ctp.h
index 5ba6a0b78e1d6bcf02ba334f531d643eed0dca38..b821fca88cce83a8fb3ca3bf905a2fd492766935 100644 (file)
@@ -50,9 +50,9 @@
 
 enum {
     // AM types:
-    AM_CTP_DATA    = 23,
-    AM_CTP_ROUTING = 24,
-    AM_CTP_DEBUG   = 25,
+    AM_CTP_ROUTING = 0x70,
+    AM_CTP_DATA    = 0x71,
+    AM_CTP_DEBUG   = 0x72,
 
     // CTP Options:
     CTP_OPT_PULL      = 0x80, // TEP 123: P field