Index: firmware/App/Drivers/GLXferPump.c =================================================================== diff -u -r3e6b89e98c3725c7afd94a3c37fe3efce3fde65f -r80a7440462a8f87ee11ed62371baba2d87bb6d89 --- firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision 3e6b89e98c3725c7afd94a3c37fe3efce3fde65f) +++ firmware/App/Drivers/GLXferPump.c (.../GLXferPump.c) (revision 80a7440462a8f87ee11ed62371baba2d87bb6d89) @@ -7,8 +7,8 @@ * * @file GLXferPump.c * -* @author (last) Sameer Kalliadan Poyil -* @date (last) 28-Feb-2026 +* @author (last) Varshini Nagabooshanam +* @date (last) 18-Jun-2026 * * @author (original) Sean Nash * @date (original) 19-Sep-2024 @@ -36,7 +36,7 @@ // ********** private data ********** -static F32 currentAirPumpMotorPowerLevel; ///< Current air pump motor state: 0=off, 1..255=power level. +static F32 currentAirPumpMotorPowerLevel; ///< Current air pump motor power level state: 0=off, 1..255=power level. // ********** private function prototypes **********