]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Make AM type compliant with TEP 4.
authorscipio <scipio>
Fri, 27 Jun 2008 23:33:56 +0000 (23:33 +0000)
committerscipio <scipio>
Fri, 27 Jun 2008 23:33:56 +0000 (23:33 +0000)
apps/tests/TestFTSP/TestFTSP.h

index fb790ef7d996ab5cc954c93c3e65beb2f01af55f..c5ded3650faf8ddebcf75c0daef91b5faeed5d74 100644 (file)
@@ -40,7 +40,7 @@ typedef nx_struct test_ftsp_msg
 
 enum
 {
-       AM_TEST_FTSP_MSG = 9
+       AM_TEST_FTSP_MSG = 137
 };
 
 #endif