Index: firmware/App/Controllers/AirPump.c =================================================================== diff -u -rd165e4002a3ed1fd2e6e61cb5bf0a2717ebd6f1a -rfaf39c8bb55a4ca1c88628fbcc603c25bf403d4e --- firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision d165e4002a3ed1fd2e6e61cb5bf0a2717ebd6f1a) +++ firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision faf39c8bb55a4ca1c88628fbcc603c25bf403d4e) @@ -60,7 +60,6 @@ static AIR_PUMP_STATE_T handleAirPumpOnState ( void ); static void publishAirPumpData( void ); static void setAirPumpMotor( AIR_PUMP_MOTOR_STATE_T state ); -static AIR_PUMP_MOTOR_STATE_T getAirPumpMotorState( void ); /*********************************************************************//** * @brief @@ -103,18 +102,6 @@ /*********************************************************************//** * @brief - * The getAirPumpMotorState function returns the current air pump motor state. - * @details Inputs: currentAirPumpMotorState - * @details Outputs: currentAirPumpMotorState - * @return current state of the air pump state machine. - *************************************************************************/ -static AIR_PUMP_MOTOR_STATE_T getAirPumpMotorState( void ) -{ - return currentAirPumpMotorState; -} - -/*********************************************************************//** - * @brief * The setAirPumpState function sets the current air pump state machine state. * @details Inputs: currentAirPumpState * @details Outputs: currentAirPumpState