Index: firmware/App/Services/Interrupts.c =================================================================== diff -u -r51bdd8eedc05856cf35998d1348e3138edecfaf8 -r9b468e9886795094503fd62e6b47829876d740a3 --- firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 51bdd8eedc05856cf35998d1348e3138edecfaf8) +++ firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 9b468e9886795094503fd62e6b47829876d740a3) @@ -48,7 +48,6 @@ static U32 sci2FrameErrorCnt; ///< SCI2 frame error count. static U32 sci2OverrunErrorCnt; ///< SCI2 overrun error count. -static U32 can1PassiveCnt; ///< CAN1 passive count. static U32 can1WarningCnt; ///< CAN1 warning count. static U32 can1BusOffCnt; ///< CAN1 bus offline count. static U32 can1ParityCnt; ///< CAN1 parity count. @@ -64,7 +63,6 @@ { sci2FrameErrorCnt = 0; sci2OverrunErrorCnt = 0; - can1PassiveCnt = 0; can1WarningCnt = 0; can1BusOffCnt = 0; can1ParityCnt = 0;