void main(void) { /* Uncomment this function call after using Device Initialization
to use the generated code */
MCU_init(); /* include your code here */
EnableInterrupts;/* enable interrupts */
for(;;) {
__RESET_WATCHDOG();/* feeds the dog */ }/* loop forever */ /* please make sure that you never leave this function */ }