X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fftsp%2FTimeSyncMsg.h;h=74a90197ae601cb5e77a9f15c91c38406ab74902;hb=bd818a82164e7a40010adc2e2b9c3c1a2180dd71;hp=f45c2b346f68aa5da56be9b38f2d833f1b5fb66c;hpb=52b2570b0e032cc67044d2ab46d90f6bed93620f;p=tinyos-2.x.git diff --git a/tos/lib/ftsp/TimeSyncMsg.h b/tos/lib/ftsp/TimeSyncMsg.h index f45c2b34..74a90197 100644 --- a/tos/lib/ftsp/TimeSyncMsg.h +++ b/tos/lib/ftsp/TimeSyncMsg.h @@ -49,7 +49,7 @@ typedef nx_struct TimeSyncMsg } TimeSyncMsg; enum { - AM_TIMESYNCMSG = 0x3E, + TIMESYNC_AM_FTSP = 0x3E, TIMESYNCMSG_LEN = sizeof(TimeSyncMsg) - sizeof(nx_uint32_t), TS_TIMER_MODE = 0, // see TimeSyncMode interface TS_USER_MODE = 1, // see TimeSyncMode interface