// ***************************************************************************** // ***************************************************************************** // Section: System Interrupt Vector Functions // ***************************************************************************** // ***************************************************************************** void __ISR(_CHANGE_NOTICE_A_VECTOR, ipl1AUTO) _IntHandlerChangeNotification_PortA(void) { // PLIB_INT_SourceFlagClear(INT_ID_0,INT_SOURCE_CHANGE_NOTICE_A); APP_SwitchChangeNoticed(); }