From: scipio Date: Fri, 27 Jun 2008 23:33:56 +0000 (+0000) Subject: Make AM type compliant with TEP 4. X-Git-Tag: release_tinyos_2_1_0_0~140 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=97ee1739f8fdc8bea6f834d59f8746af95ceb559 Make AM type compliant with TEP 4. --- diff --git a/apps/tests/TestFTSP/TestFTSP.h b/apps/tests/TestFTSP/TestFTSP.h index fb790ef7..c5ded365 100644 --- a/apps/tests/TestFTSP/TestFTSP.h +++ b/apps/tests/TestFTSP/TestFTSP.h @@ -40,7 +40,7 @@ typedef nx_struct test_ftsp_msg enum { - AM_TEST_FTSP_MSG = 9 + AM_TEST_FTSP_MSG = 137 }; #endif