Index: firmware/App/Controllers/AirPump.h =================================================================== diff -u -r7e5ca49a3c7862c1650eebff83224f8a5e5912d8 -r52c71d1f7ca375d7d08829a92ccf3f6363fe22a2 --- firmware/App/Controllers/AirPump.h (.../AirPump.h) (revision 7e5ca49a3c7862c1650eebff83224f8a5e5912d8) +++ firmware/App/Controllers/AirPump.h (.../AirPump.h) (revision 52c71d1f7ca375d7d08829a92ccf3f6363fe22a2) @@ -40,6 +40,8 @@ U32 h12State; ///< Air pump state status F32 h12Power; ///< Air pump power level setting in duty cycle percentage U32 h12Rpm; ///< Air pump speed in RPM. + //TODO: remove after validating air pump speed + U32 fpgah12Rpm; ///< Air pump fpga speed in RPM. } AIR_PUMP_PAYLOAD_T; #pragma pack(pop)