]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodic.h
Supporting test suite for the newest CC2420 stack. Includes a low power version...
[tinyos-2.x.git] / apps / tests / cc2420 / LplUnicastPeriodicDelivery / TestPeriodic.h
diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodic.h b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodic.h
new file mode 100644 (file)
index 0000000..7183641
--- /dev/null
@@ -0,0 +1,14 @@
+
+#ifndef TESTPERIODIC_H
+#define TESTPERIODIC_H
+
+typedef nx_struct TestPeriodicMsg {
+  nx_uint8_t count;
+} TestPeriodicMsg;
+
+enum {
+  AM_TESTPERIODICMSG = 0x5,
+};
+
+#endif
+