Subversion Repositories Code-Repo

Rev

Rev 273 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 273 Rev 275
Line 55... Line 55...
55
        PIR4bits.SSP2IF = 0;
55
        PIR4bits.SSP2IF = 0;
56
 
56
 
57
        return;
57
        return;
58
    }
58
    }
59
 
59
 
60
    // Check to see if we have an IO interrupt
60
//    // Check to see if we have an IO interrupt
61
    if (INTCONbits.IOCIF) {
61
//    if (INTCONbits.IOCIF) {
62
        // Call the handler
62
//        // Call the handler
63
        IO_Interrupt();
63
//        IO_Interrupt();
64
 
64
//
65
        return;
65
//        return;
66
    }
66
//    }
67
 
67
 
68
//    // Check to see if we have an interrupt on USART1 RX
68
//    // Check to see if we have an interrupt on USART1 RX
69
//    if (PIR1bits.RC1IF) {
69
//    if (PIR1bits.RC1IF) {
70
//        // Call the interrupt handler
70
//        // Call the interrupt handler
71
//        UART1_Recv_Interrupt_Handler();
71
//        UART1_Recv_Interrupt_Handler();