From 60c07e8f5976f06a1b7bd3ca17b5d6f9952971cc Mon Sep 17 00:00:00 2001 From: sallai Date: Mon, 23 Jun 2008 21:03:51 +0000 Subject: [PATCH] changed AM id to comply with TEP4 --- apps/tests/TestSerial/TestSerial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2