From: sallai Date: Tue, 24 Jun 2008 01:44:28 +0000 (+0000) Subject: changed AM id to be compliant with TEP4 X-Git-Tag: release_tinyos_2_1_0_0~190 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=6f7c4f5a56c39cf55d495b7d83d5d26fbb849f08 changed AM id to be compliant with TEP4 --- diff --git a/tos/lib/ftsp/TimeSyncMsg.h b/tos/lib/ftsp/TimeSyncMsg.h index bf5830a7..a9e6e393 100644 --- a/tos/lib/ftsp/TimeSyncMsg.h +++ b/tos/lib/ftsp/TimeSyncMsg.h @@ -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