From: sallai Date: Mon, 23 Jun 2008 21:03:51 +0000 (+0000) Subject: changed AM id to comply with TEP4 X-Git-Tag: release_tinyos_2_1_0_0~202 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=60c07e8f5976f06a1b7bd3ca17b5d6f9952971cc changed AM id to comply with TEP4 --- diff --git a/apps/tests/TestSerial/TestSerial.h b/apps/tests/TestSerial/TestSerial.h index 5f499085..49002603 100644 --- a/apps/tests/TestSerial/TestSerial.h +++ b/apps/tests/TestSerial/TestSerial.h @@ -7,7 +7,7 @@ typedef nx_struct test_serial_msg { } test_serial_msg_t; enum { - AM_TEST_SERIAL_MSG = 9, + AM_TEST_SERIAL_MSG = 0x89, }; #endif