Index: firmware/App/Drivers/GLXferPump.h =================================================================== diff -u -r41b06072545ff2013cbb16cd874da07ad563b10e -r0bbe42abad3126b0a7c3e2a62cacb9af77e05b84 --- firmware/App/Drivers/GLXferPump.h (.../GLXferPump.h) (revision 41b06072545ff2013cbb16cd874da07ad563b10e) +++ firmware/App/Drivers/GLXferPump.h (.../GLXferPump.h) (revision 0bbe42abad3126b0a7c3e2a62cacb9af77e05b84) @@ -42,7 +42,6 @@ // ********** public function prototypes ********** void initGasLiqXferPumpDriver( void ); -U16 getAirPumpMotorRPM( void ); void setAirPumpMotorPower( F32 power ); F32 getAirPumpMotorPower( void ); U16 getAirPumpMotorRPM( void ); Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r41b06072545ff2013cbb16cd874da07ad563b10e -r0bbe42abad3126b0a7c3e2a62cacb9af77e05b84 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 41b06072545ff2013cbb16cd874da07ad563b10e) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 0bbe42abad3126b0a7c3e2a62cacb9af77e05b84) @@ -1291,18 +1291,6 @@ /*********************************************************************//** * @brief - * The getAirPumpRPM function reads the air pump RPM from FPGA. - * @details \b Inputs: fpgaSensorReadings - * @details \b Outputs: none - * @return air pump RPM value - *************************************************************************/ -U16 getAirPumpRPM( void ) -{ - return fpgaSensorReadings.h12Speed; -} - -/*********************************************************************//** - * @brief * The checkFPGACommFailure function increments the FPGA comm failure * windowed timer and returns whether or not the number of failures in * the window have been reached. Index: firmware/App/Services/FpgaTD.h =================================================================== diff -u -r41b06072545ff2013cbb16cd874da07ad563b10e -r0bbe42abad3126b0a7c3e2a62cacb9af77e05b84 --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 41b06072545ff2013cbb16cd874da07ad563b10e) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 0bbe42abad3126b0a7c3e2a62cacb9af77e05b84) @@ -147,7 +147,6 @@ U16 getFPGABoardTemperature( void ); U32 getFPGAPBAADCTemperature( void ); U16 getFPGAInletFan1TogglePeriod( void ); -U16 getAirPumpRPM( void ); BOOL getH9FrontDoorClosedStatus( void ); U32 getFPGAEjectorRetractOpticalSensor( void );