]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/olimexp169/hardware.h
Merge branch 'release/2.1.0' into debian/2.1.0
[tinyos-2.x.git] / tos / platforms / olimexp169 / hardware.h
diff --git a/tos/platforms/olimexp169/hardware.h b/tos/platforms/olimexp169/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