#ifndef TESTING_HARD_DATA
#include <msp430-devices.h>
#endif

int
main (void)
{
  while (1);
  return 0;
}
