Index: App/Services/SystemComm.h =================================================================== diff -u -r83de6e3e3de4767fd50713e18b0bd75a06479fc7 -r29f1ba03faefd982327916590818a260a3e4aa48 --- App/Services/SystemComm.h (.../SystemComm.h) (revision 83de6e3e3de4767fd50713e18b0bd75a06479fc7) +++ App/Services/SystemComm.h (.../SystemComm.h) (revision 29f1ba03faefd982327916590818a260a3e4aa48) @@ -33,7 +33,6 @@ void initSystemComm( void ); void execSystemCommRx( void ); void execSystemCommTx( void ); -void handleCANPacketReceivedInt( CAN_MESSAGE_BOX_T srcCANBox ); -void handleCANXmitCompleteInt( void ); +void handleCANMsgInterrupt( CAN_MESSAGE_BOX_T srcCANBox ); #endif