]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/NxFloat/TestSerial.h
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tests / NxFloat / TestSerial.h
diff --git a/apps/tests/NxFloat/TestSerial.h b/apps/tests/NxFloat/TestSerial.h
new file mode 100644 (file)
index 0000000..6e0af1a
--- /dev/null
@@ -0,0 +1,13 @@
+
+#ifndef TEST_SERIAL_H
+#define TEST_SERIAL_H
+
+typedef nx_struct test_serial_msg {
+  nx_float counter;
+} test_serial_msg_t;
+
+enum {
+  AM_TEST_SERIAL_MSG = 0x89,
+};
+
+#endif