Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r0b800d3abb747d0f1f3dc8f67777efb9631c18e0 -r85b43b31e65b2820237d864bd5e67feca03b98ee --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 0b800d3abb747d0f1f3dc8f67777efb9631c18e0) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 85b43b31e65b2820237d864bd5e67feca03b98ee) @@ -8,7 +8,7 @@ * @file DialInFlow.c * * @author (last) Sean Nash -* @date (last) 20-Jul-2023 +* @date (last) 17-Jul-2023 * * @author (original) Sean * @date (original) 16-Dec-2019 @@ -517,7 +517,7 @@ } else { // Alarm if not receiving new dialysate flow readings in timely manner - if ( ( TRUE == isDGCommunicating() ) && ( isACPowerLost() != TRUE ) ) + if ( ( TRUE == isDGCommunicating() ) && ( FALSE == isACPowerLost() ) ) { if ( ++dialysateFlowDataFreshStatusCounter > DIP_DIALYSATE_FLOW_DATA_ALARM_THRESHOLD ) {