Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r025612ad77fe630889a364586de54bffe5262d56 -r264d5853c97ab9550878609c9302e87464078734 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 025612ad77fe630889a364586de54bffe5262d56) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 264d5853c97ab9550878609c9302e87464078734) @@ -81,7 +81,6 @@ #define FPGA_FLUIDLEAK_STATE_MASK 0x0004 ///< Bit mask for fluid leak detector. -#define FLUID_DOOR_SWITCH_MASK 0x08 ///< Fluid door switch bit mask. #define CONCENTRATE_CAP_SWITCH_MASK 0x10 ///< Concentrate cap switch bit mask #define DIALYSATE_CAP_SWITCH_MASK 0x20 ///< Dialysate cap switch bit mask.. #define FPGA_POWER_OUT_TIMEOUT_MS ( 2 * MS_PER_SECOND ) ///< FPGA power out timeout in milliseconds. @@ -1908,19 +1907,6 @@ /*********************************************************************//** * @brief - * The getFPGAGFluidDoorStatus function gets the FPGA fluid door status - * bit. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return fluid door status bit - *************************************************************************/ -U08 getFPGAGFluidDoorStatus( void ) -{ - return ( fpgaSensorReadings.fpgaGPIO & FLUID_DOOR_SWITCH_MASK ); -} - -/*********************************************************************//** - * @brief * The getFPGADialysateCapStatus function gets the FPGA dialysate cap status * bit. * @details Inputs: fpgaSensorReadings