Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r336cb4935bf768db17bd6b7a02668510289b712e -r1d4d52365189e2cc83b97d28761bc2d4f0128859 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 336cb4935bf768db17bd6b7a02668510289b712e) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 1d4d52365189e2cc83b97d28761bc2d4f0128859) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.c * -* @author (last) James Walter Taylor -* @date (last) 10-Feb-2023 +* @author (last) Sean Nash +* @date (last) 08-Mar-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -2358,7 +2358,7 @@ FLOW_SENSORS_DATA_T payload; memcpy( &payload, message->payload, sizeof( FLOW_SENSORS_DATA_T ) ); - setDialysateFlowData( payload.dialysateFlowRateLPM ); + setDialysateFlowData( payload ); } }