void main(void) {
/* put your own code here */
DisableInterrupts;
PLL_Init();
PIT_Init();
EnableInterrupts;
DDRB=0XFF;
PORTB=0XFF;
for(;;) {
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
}
void main(void) {
/* put your own code here */
DisableInterrupts;
PLL_Init();
PIT_Init();
EnableInterrupts;
DDRB=0XFF;
PORTB=0XFF;
for(;;) {
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
}