]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestSerial/TestSerial.h
changed AM id to comply with TEP4
[tinyos-2.x.git] / apps / tests / TestSerial / TestSerial.h
index 4ba5b1ef9ea5209c17ac96154a51854bb22b26f8..490026036f5e53e18b986372d7a4f1a6b19486fa 100644 (file)
@@ -2,12 +2,12 @@
 #ifndef TEST_SERIAL_H
 #define TEST_SERIAL_H
 
-typedef nx_struct TestSerialMsg {
+typedef nx_struct test_serial_msg {
   nx_uint16_t counter;
-} TestSerialMsg;
+} test_serial_msg_t;
 
 enum {
-  AM_TESTSERIALMSG = 9,
+  AM_TEST_SERIAL_MSG = 0x89,
 };
 
 #endif