Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rdb8ff28e816a37e033e36b76ab5949be78114125 -r50f4b79164155c1bc375dd3ff0e8588f934dc729 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision db8ff28e816a37e033e36b76ab5949be78114125) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 50f4b79164155c1bc375dd3ff0e8588f934dc729) @@ -23,6 +23,7 @@ #include "ModeTxParams.h" #include "ModeStandby.h" #include "OperationModes.h" +#include "Switches.h" #include "SystemCommTD.h" /** @@ -89,7 +90,7 @@ // setValvePosition( H1_VALV, 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 +// doorClosedRequired( FALSE ); // door no longer required to be closed in standby mode // syringeDetectionRequired( FALSE ); // Request DD service record and usage information from DD @@ -183,7 +184,7 @@ // { // syringePumpVerifyForceSensorDACCalibration(); // homingInitiated = FALSE; // reset for next time -// doorClosedRequired( FALSE, FALSE ); // door no longer required to be closed in standby mode +// doorClosedRequired( FALSE ); // door no longer required to be closed in standby mode // state = STANDBY_WAIT_FOR_TREATMENT_STATE; // Go to wait for treatment state after above check // } // }