#ifndef BSP430_CONSOLE
#error No console UART PERIPH handle has been defined
#endif
void main ()
{
int rv;
#if (APP_VERBOSE - 0)
#endif
#if (APP_VERBOSE - 0)
#endif
if (0 > rv) {
} else {
unsigned int counter = 0;
while (1) {
int rc;
#if (BSP430_CONSOLE_RX_BUFFER_SIZE - 0) || (BSP430_CONSOLE_TX_BUFFER_SIZE - 0)
#endif
#if (BSP430_CONSOLE_RX_BUFFER_SIZE - 0) || (BSP430_CONSOLE_TX_BUFFER_SIZE - 0)
#endif
}
#if (APP_VERBOSE - 0)
#if (configBSP430_SERIAL_USE_USCI - 0)
#endif
#if (configBSP430_SERIAL_USE_USCI5 - 0)
#endif
#if (configBSP430_SERIAL_USE_EUSCI - 0)
#endif
#endif
++counter;
}
}
}