Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -rbfb859737f3d221f08c0f43d1bd4ba7b7680911f -r927dfd6e109af46160e5aef687f1b7c286d24703 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision bfb859737f3d221f08c0f43d1bd4ba7b7680911f) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 927dfd6e109af46160e5aef687f1b7c286d24703) @@ -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 @@ -1295,18 +1295,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.