Index: firmware/App/Controllers/Switches.c =================================================================== diff -u -r8c10f14749df572558380c63c1cda3aa1e1d49ae -re97f31a9ed49b2809bc30af629cfdceca9b95d6e --- firmware/App/Controllers/Switches.c (.../Switches.c) (revision 8c10f14749df572558380c63c1cda3aa1e1d49ae) +++ firmware/App/Controllers/Switches.c (.../Switches.c) (revision e97f31a9ed49b2809bc30af629cfdceca9b95d6e) @@ -142,7 +142,8 @@ // Log front door switch change sendTreatmentLogEventData( FRONT_DOOR_SWITCH_CHANGED_EVENT, (F32)switchesStatus[ i ].status.data, (F32)currentSwitchStatus ); } - else if ( PUMP_TRACK_SWITCH == i ) + // removed explicit check due to VectorCast coverage + else { // Log pump track switch change sendTreatmentLogEventData( PUMP_TRACK_SWITCH_CHANGED_EVENT, (F32)switchesStatus[ i ].status.data, (F32)currentSwitchStatus );