]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmimsp/common/hardware.h
tmicore and tmirws platforms -> tmimsp family
[tinyos-2.x.git] / tos / platforms / tmimsp / common / hardware.h
diff --git a/tos/platforms/tmimsp/common/hardware.h b/tos/platforms/tmimsp/common/hardware.h
new file mode 100644 (file)
index 0000000..c556ef0
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _H_hardware_h
+#define _H_hardware_h
+
+#include "msp430hardware.h"
+//#include "MSP430ADC12.h"
+//#include "CC2420Const.h"
+//#include "AM.h"
+
+// need to undef atomic inside header files or nesC ignores the directive
+#undef atomic
+
+#endif // _H_hardware_h