Esempio n. 1
0
void PIOC_Handler()
{
	button_interrupt();
}
/***********************************************************************************************************************
* Function Name: r_intc2_interrupt
* Description  : This function is INTP2 interrupt service routine.
* Arguments    : None
* Return Value : None
***********************************************************************************************************************/
void r_intc2_interrupt(void)
{
    /* Start user code. Do not edit comment generated here */
	button_interrupt(2);
    /* End user code. Do not edit comment generated here */
}