Index: firmware/App/Monitors/Flow.h =================================================================== diff -u -ra1907314deab28c20945cd41d2d167924daf2c08 -r7b9a8c0cb9986368e1e38fcdb9daaf3cf707dfd2 --- firmware/App/Monitors/Flow.h (.../Flow.h) (revision a1907314deab28c20945cd41d2d167924daf2c08) +++ firmware/App/Monitors/Flow.h (.../Flow.h) (revision 7b9a8c0cb9986368e1e38fcdb9daaf3cf707dfd2) @@ -35,10 +35,8 @@ /// Flow data record. typedef struct { - F32 FlowFMS; ///< Flow rate at water inlet (P7 FMS) - F32 FlowFMP; ///< Flow rate at RO filter outlet (P16 FMP) - F32 TempFMS; ///< Temperature of fluid (P7 FMS) - F32 TempFMP; ///< Temperature of fluid (P16 FMP) + F32 FlowP7; ///< Flow rate at water inlet (P7) + F32 FlowP16; ///< Flow rate at RO filter outlet (P16) } FLOW_TEMP_DATA_T; // ********** public function prototypes **********