Index: firmware/App/Services/FPGA.c =================================================================== diff -u -rc6199e5ac2d3aea67d9eac361a84bbe7a27bcd74 -r0156a87e7751e4379b879e5e3ca2dde2f7c02e2f --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision c6199e5ac2d3aea67d9eac361a84bbe7a27bcd74) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 0156a87e7751e4379b879e5e3ca2dde2f7c02e2f) @@ -1449,21 +1449,6 @@ /*********************************************************************//** * @brief - * The getFPGABloodLeakDetectorStatus function gets the latest blood leak - * detector status. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return TRUE if blood leak is detected, otherwise FALSE - *************************************************************************/ -BOOL getFPGABloodLeakDetectorStatus( void ) -{ - U16 const status = fpgaSensorReadings.fpgaGPIO & FPGA_BLOOD_LEAK_STATE_MASK; - - return ( 0 == status ? FALSE : TRUE ); -} - -/*********************************************************************//** - * @brief * The getDoorState function gets the current state of door switch. * @details Inputs: none * @details Outputs: none Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r70b000b9a49b56f1e5d41aebddf4ed97a01faa0b -r0156a87e7751e4379b879e5e3ca2dde2f7c02e2f --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 70b000b9a49b56f1e5d41aebddf4ed97a01faa0b) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 0156a87e7751e4379b879e5e3ca2dde2f7c02e2f) @@ -78,7 +78,6 @@ BOOL getFPGAVenousAirBubbleStatus( void ); void setFPGASensorTest( U08 sensorTest ); -BOOL getFPGABloodLeakDetectorStatus( void ); OPN_CLS_STATE_T getFPGADoorState( void );