Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r9b73ea7e6bae0b28591b132cd832c6a41633fc81 -r80a7440462a8f87ee11ed62371baba2d87bb6d89 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 9b73ea7e6bae0b28591b132cd832c6a41633fc81) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 80a7440462a8f87ee11ed62371baba2d87bb6d89) @@ -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 @@ -1292,18 +1292,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.