Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 274 → Rev 275

/PIC Stuff/PICX_16F1829_Controller/INTERRUPTS.c
57,14 → 57,14
return;
}
 
// Check to see if we have an IO interrupt
if (INTCONbits.IOCIF) {
// Call the handler
IO_Interrupt();
// // Check to see if we have an IO interrupt
// if (INTCONbits.IOCIF) {
// // Call the handler
// IO_Interrupt();
//
// return;
// }
 
return;
}
 
// // Check to see if we have an interrupt on USART1 RX
// if (PIR1bits.RC1IF) {
// // Call the interrupt handler