Index: firmware/App/Controllers/Valves.h =================================================================== diff -u -rd9b5f588d81e15ed3849222bed3362e15dbf4b0a -r036a75d76ab01912646a480b935d97187a231a19 --- firmware/App/Controllers/Valves.h (.../Valves.h) (revision d9b5f588d81e15ed3849222bed3362e15dbf4b0a) +++ firmware/App/Controllers/Valves.h (.../Valves.h) (revision 036a75d76ab01912646a480b935d97187a231a19) @@ -37,9 +37,9 @@ typedef enum valveStatesNames { VALVE_POSITION_NOT_IN_POSITION = 0, ///< Valve position is unknown (cannot be used as a command) - VALVE_POSITION_A_INSERT_EJECT, ///< Position A, Insert/Eject (current position or commanded) - VALVE_POSITION_B_OPEN, ///< Position B, Open (current position or commanded) - VALVE_POSITION_C_CLOSE, ///< Position C, Close (current position or commanded) + VALVE_POSITION_A_INSERT_EJECT, ///< Position A, Insert/Eject + VALVE_POSITION_B_OPEN, ///< Position B, Open + VALVE_POSITION_C_CLOSE, ///< Position C, Close NUM_OF_VALVE_POSITIONS, ///< Number of valve positions } VALVE_POSITION_T;