Index: firmware/App/Controllers/AirPump.c =================================================================== diff -u -r559f5dc97224f8f86cafb9bc1e99c651e662029d -r39da2678df053e12c0fef86c0d3da9d9c5adcbb5 --- firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 559f5dc97224f8f86cafb9bc1e99c651e662029d) +++ firmware/App/Controllers/AirPump.c (.../AirPump.c) (revision 39da2678df053e12c0fef86c0d3da9d9c5adcbb5) @@ -48,8 +48,8 @@ // ********** private data ********** static AIR_PUMP_STATE_T currentAirPumpState; ///< Current air pump control state. -static U08 airPumpStallCounter; ///< Air pump stall counter. -static U16 currentAirPumpRPM; ///< Current air pump RPM. +static U08 airPumpStallCounter; ///< +static U16 currentAirPumpRPM; ///< Current air pump RPM static F32 currentAirPumpPowerLevel; ///< Current air pump power level setting in % duty cycle (0..100%). static U32 airPumpDataPublicationTimerCounter; ///< Air pump data broadcast timer counter. static OVERRIDE_U32_T airPumpDataPublishInterval; ///< Air pump data broadcast interval (in ms).