X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fftsp%2FTimeSyncMsg.h;h=a9e6e393e57c5a3e250f2e545fea7a319fda2cb0;hb=6f7c4f5a56c39cf55d495b7d83d5d26fbb849f08;hp=bf5830a77334d57a05ab60ec223ef723ae6ee7db;hpb=58e2e8a4b833c4763a80cca63b541cdbde5a816f;p=tinyos-2.x.git 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