X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fshimmer%2Fchips%2Fmsp430%2Fmsp430hardware.h;h=dd0ab7f447079981ba2a127e2bbb4bca89a3a25b;hb=33953a2e344b09fcd13b3bc53a421da4c51336d7;hp=7911e9b3e7199e9ede2a76b4d049e255881005a5;hpb=e9bfab607e051bae6afb47b44892ce37541d1b44;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"