X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Folimexp169%2Fhardware.h;fp=tos%2Fplatforms%2Folimexp169%2Fhardware.h;h=c556ef08ee33562470a11cab84b87e7b91becd99;hb=12c6d873092b40119e4d556b3064e94aa21c0bbb;hp=0000000000000000000000000000000000000000;hpb=4845da46c1bc60e3421abf4badf38abd4559a036;p=tinyos-2.x.git diff --git a/tos/platforms/olimexp169/hardware.h b/tos/platforms/olimexp169/hardware.h new file mode 100644 index 00000000..c556ef08 --- /dev/null +++ b/tos/platforms/olimexp169/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