]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
changed AM id to be compliant with TEP4
authorsallai <sallai>
Tue, 24 Jun 2008 01:44:28 +0000 (01:44 +0000)
committersallai <sallai>
Tue, 24 Jun 2008 01:44:28 +0000 (01:44 +0000)
tos/lib/ftsp/TimeSyncMsg.h

index bf5830a77334d57a05ab60ec223ef723ae6ee7db..a9e6e393e57c5a3e250f2e545fea7a319fda2cb0 100644 (file)
@@ -43,7 +43,7 @@ typedef nx_struct TimeSyncMsg
 } TimeSyncMsg;
 
 enum {
-    AM_TIMESYNCMSG = 0xAA,
+    AM_TIMESYNCMSG = 0x3E,
     TIMESYNCMSG_LEN = sizeof(TimeSyncMsg) - sizeof(nx_uint32_t),
     TS_TIMER_MODE = 0,      // see TimeSyncMode interface
     TS_USER_MODE = 1,       // see TimeSyncMode interface