User manual

Frequently Asked Questions (FAQs)
2017 Microchip Technology Inc. DS50002596A-page 43
while (1);
}
:
void __attribute__((__interrupt__)) _AltOscillatorFail(void)
{
INTCON1bits.OSCFAIL = 0;
while (1);
}
:
- Use ASSERTs. For example: ASSERT (IPL==7)