/* verify that the MSP430 headers included support the code that's generated */
#if defined(__TI_COMPILER_VERSION__)
/* pragma required to suppress TI warning that #warning is unrecognized */
#pragma diag_suppress 11
#endif
#if __MSP430_HEADER_VERSION__ < 1066
#if defined(__TI_COMPILER_VERSION__)
#warn The MSP430 headers included may be incompatible with the generated source files. If the value of __MSP430_HEADER_VERSION__, declared by msp430.h, is less than 1066, please update your version of the msp430 headers.
#warning The MSP430 headers included may be incompatible with the generated source files. If the value of __MSP430_HEADER_VERSION__, declared by msp430.h, is less than 1066, please update your version of the msp430 headers.
#else
/* if we can't just warn, resort to ANSI C's #error */
#error The MSP430 headers included may be incompatible with the generated source files. If the value of __MSP430_HEADER_VERSION__, declared by msp430.h, is less than 1066, please update your version of the msp430 headers.
#endif
#endif
#if defined(__TI_COMPILER_VERSION__)
/* pragma required to restore TI warnings about unrecognized directives */