From 6f7c4f5a56c39cf55d495b7d83d5d26fbb849f08 Mon Sep 17 00:00:00 2001 From: sallai Date: Tue, 24 Jun 2008 01:44:28 +0000 Subject: [PATCH] changed AM id to be compliant with TEP4 --- tos/lib/ftsp/TimeSyncMsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2