X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmimsp%2Fcommon%2Fhardware.h;fp=tos%2Fplatforms%2Ftmimsp%2Fcommon%2Fhardware.h;h=c556ef08ee33562470a11cab84b87e7b91becd99;hb=18ef68f001622bfd913d4269bf191563a5be475c;hp=0000000000000000000000000000000000000000;hpb=cb216ac6294d73dd26a76e4896b8af4413025216;p=tinyos-2.x.git diff --git a/tos/platforms/tmimsp/common/hardware.h b/tos/platforms/tmimsp/common/hardware.h new file mode 100644 index 00000000..c556ef08 --- /dev/null +++ b/tos/platforms/tmimsp/common/hardware.h @@ -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