void main(void) {
OSCCON = 0b01110110;
for (; ;) {
for(unsigned int i = 0; i< 100; i++) {
}
return; // this starts all over? wrong or Right?
}
}
It shouldn't be there.... It needs to be removed..I guess it's a poor way to restart main.