Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r3a8cf075eb6f0d255f516ac26bac7fbaacfde14a -reffc2a8283d6528109b2401bbad70dc554db4e53 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 3a8cf075eb6f0d255f516ac26bac7fbaacfde14a) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision effc2a8283d6528109b2401bbad70dc554db4e53) @@ -79,8 +79,8 @@ // Set valves to default positions // setValveAirTrap( STATE_CLOSED ); -// setValvePosition( VBA, VALVE_POSITION_A_INSERT_EJECT ); -// setValvePosition( VBV, VALVE_POSITION_A_INSERT_EJECT ); +// setValvePosition( H1, VALVE_POSITION_A_INSERT_EJECT ); +// setValvePosition( H19, VALVE_POSITION_A_INSERT_EJECT ); // doorClosedRequired( FALSE, FALSE ); // door no longer required to be closed in standby mode // syringeDetectionRequired( FALSE ); @@ -278,8 +278,8 @@ // // // Set valves to safe positions // setValveAirTrap( STATE_CLOSED ); -// setValvePosition( VBA, VALVE_POSITION_C_CLOSE ); -// setValvePosition( VBV, VALVE_POSITION_C_CLOSE ); +// setValvePosition( H1, VALVE_POSITION_C_CLOSE ); +// setValvePosition( H19, VALVE_POSITION_C_CLOSE ); // } break;