Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -rc9ca21d4282d943ca8c68012822afb0f7c5d26fb -r290504c1c59cf2bbc0a33c259f8be00710cc3cbf --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision c9ca21d4282d943ca8c68012822afb0f7c5d26fb) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 290504c1c59cf2bbc0a33c259f8be00710cc3cbf) @@ -8,7 +8,7 @@ * @file FpgaTD.c * * @author (last) Varshini Nagabooshanam -* @date (last) 22-May-2026 +* @date (last) 15-Jun-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -1306,18 +1306,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 -rc9ca21d4282d943ca8c68012822afb0f7c5d26fb -r290504c1c59cf2bbc0a33c259f8be00710cc3cbf --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision c9ca21d4282d943ca8c68012822afb0f7c5d26fb) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 290504c1c59cf2bbc0a33c259f8be00710cc3cbf) @@ -8,7 +8,7 @@ * @file FpgaTD.h * * @author (last) Varshini Nagabooshanam -* @date (last) 22-May-2026 +* @date (last) 15-Jun-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -147,7 +147,6 @@ U16 getFPGABoardTemperature( void ); U32 getFPGAPBAADCTemperature( void ); U16 getFPGAInletFan1TogglePeriod( void ); -U16 getAirPumpRPM( void ); BOOL getH9FrontDoorClosedStatus( void ); U32 getFPGAEjectorRetractOpticalSensor( void );