Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r6f961c6e113a4076ba9d5f97e078a398a8976d7c -r325e67dab10f6666702bf0f1256015b31e58de4f --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 6f961c6e113a4076ba9d5f97e078a398a8976d7c) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 325e67dab10f6666702bf0f1256015b31e58de4f) @@ -52,7 +52,7 @@ static U32 fpValveStatesPublicationTimerCounter; ///< Timer counter used to schedule IOFP valve state publication to CAN bus. static U16 commandedValvesStates; ///< Initialize commanded valves states bit field. static U08 commandedBCValveStates; ///< Initialize balancing chamber commanded valves states bit field. -static U08 commandedIOFPValveStates; ///< Initialize commanded IOFP valves states bit field. +static U16 commandedIOFPValveStates; ///< Initialize commanded IOFP valves states bit field. static U32 valveStateMismatchTimerCounter; ///< Initialize valve state mismatch timer. static U32 pendingValveStateChanges[ DD_NUM_OF_VALVES ]; ///< Delayed (pending) valve state changes. static U32 pendingValveStateChangeCountDowns[ DD_NUM_OF_VALVES ]; ///< Delayed (pending) valve state change count down timers (in task intervals).