Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r61716bc97ecca8af1ec560333844a8cf602eccb0 -r596b96528f155bd9f663ed1773fdc80761fc7b31 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 61716bc97ecca8af1ec560333844a8cf602eccb0) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 596b96528f155bd9f663ed1773fdc80761fc7b31) @@ -1870,21 +1870,6 @@ /*********************************************************************//** * @brief - * The getDoorState function gets the current state of door switch. - * @details Inputs: none - * @details Outputs: none - * @return current door state - *************************************************************************/ -OPN_CLS_STATE_T getFPGADoorState( void ) -{ - // TODO: Get actual door state from FPGA or GPIO - BOOL const status = 0x0; - - return ( 0 == status ? STATE_CLOSED : STATE_OPEN ); -} - -/*********************************************************************//** - * @brief * The setFPGAValvesControlMode function sets the valves control mode. * @details Inputs: fpgaActuatorSetPoints * @details Outputs: fpgaActuatorSetPoints