Index: firmware/App/Drivers/GLXferPump.h =================================================================== diff -u -r1e806f55dd70e314a8bbb70c5233443dc807998a -r16f07c4783e5778c68629ce68ab4f15e66508156 --- firmware/App/Drivers/GLXferPump.h (.../GLXferPump.h) (revision 1e806f55dd70e314a8bbb70c5233443dc807998a) +++ firmware/App/Drivers/GLXferPump.h (.../GLXferPump.h) (revision 16f07c4783e5778c68629ce68ab4f15e66508156) @@ -41,6 +41,7 @@ // ********** public function prototypes ********** void initGasLiqXferPumpDriver( void ); +U16 getAirPumpMotorRPM( void ); void setAirPumpMotorPower( F32 power ); F32 getAirPumpMotorPower( void ); U16 getAirPumpMotorRPM( void );