]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
changed AM id to comply with TEP4
authorsallai <sallai>
Mon, 23 Jun 2008 21:03:51 +0000 (21:03 +0000)
committersallai <sallai>
Mon, 23 Jun 2008 21:03:51 +0000 (21:03 +0000)
apps/tests/TestSerial/TestSerial.h

index 5f499085ec1fe0d24b355ec53bf84ac007ceb404..490026036f5e53e18b986372d7a4f1a6b19486fa 100644 (file)
@@ -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