Hello,
I am using a PIC24FJ128GA306 and my main loop is something like this:
void main(void)
{
// init...
for(;;)
{
Idle();
// do the stuff
}
} I am looking at the manual and turns out that the DM..
{
// init...
for(;;)
{
Idle();
// do the stuff
}
} I am looking at the manual and turns out that the DM..