1 2 3 4 5 6 7 8 9 10
#ifndef TESTING_HARD_DATA #include <msp430-devices.h> #endif int main (void) { while (1); return 0; }