X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2Fchips%2Fmsp430%2Fmsp430hardware.h;fp=tos%2Fplatforms%2Fshimmer%2Fchips%2Fmsp430%2Fmsp430hardware.h;h=dd0ab7f447079981ba2a127e2bbb4bca89a3a25b;hb=c62b18891808f1958e9e04708f91c5ea6fb2c765;hp=7911e9b3e7199e9ede2a76b4d049e255881005a5;hpb=d4339168075e5b8367972937a71f9665ff3cc4f0;p=tinyos-2.x.git diff --git a/tos/platforms/shimmer/chips/msp430/msp430hardware.h b/tos/platforms/shimmer/chips/msp430/msp430hardware.h index 7911e9b3..dd0ab7f4 100644 --- a/tos/platforms/shimmer/chips/msp430/msp430hardware.h +++ b/tos/platforms/shimmer/chips/msp430/msp430hardware.h @@ -26,8 +26,15 @@ #ifndef _H_msp430hardware_h #define _H_msp430hardware_h +#if defined(__MSPGCC__) +/* mspgcc */ +#include +#include +#else /* __MSPGCC__ */ +/* old mspgcc3, forked mspgcc4 */ #include #include +#endif /* __MSPGCC__ */ #include "msp430regtypes.h" #include "Msp430DcoSpec.h"