Index: firmware/App/Drivers/GLXferPump.c =================================================================== diff -u -r395522dffef1348e176564925656012f529c1910 -r930bd81e14c0107cfe3f862d9a9cf87d9dadf84a --- firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision 395522dffef1348e176564925656012f529c1910) +++ firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision 930bd81e14c0107cfe3f862d9a9cf87d9dadf84a) @@ -85,7 +85,19 @@ return currentAirPumpMotorPowerLevel; } +/*********************************************************************//** +* @brief +* The getAirPumpMotorRPM function reads the air pump RPM from FPGA. +* @details \b Inputs: getAirPumpRPM +* @details \b Outputs: none +* @return air pump motor RPM value. +*************************************************************************/ +U16 getAirPumpMotorRPM( void ) +{ + return getAirPumpRPM(); +} + /************************************************************************* * TEST SUPPORT FUNCTIONS *************************************************************************/