Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r5bfaf341319b9fd763d07ad0a68a986028c37587 -rf7cdfd3256f195cd8aa06e28009cd5f26b50f08c --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 5bfaf341319b9fd763d07ad0a68a986028c37587) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision f7cdfd3256f195cd8aa06e28009cd5f26b50f08c) @@ -7,8 +7,8 @@ * * @file DialInFlow.c * -* @author (last) Dara Navaei -* @date (last) 06-Nov-2021 +* @author (last) Sean Nash +* @date (last) 15-Nov-2021 * * @author (original) Sean * @date (original) 16-Dec-2019 @@ -402,10 +402,6 @@ HD_OP_MODE_T opMode = getCurrentOperationMode(); U16 dipRPM = getIntADCReading( INT_ADC_DIAL_IN_PUMP_SPEED ); U16 dipmA = getIntADCReading( INT_ADC_DIAL_IN_PUMP_MOTOR_CURRENT ); - U08 fpReadCtr = getFPGADialysateFlowFastPacketReadCounter(); - U08 spReadCtr = getFPGADialysateFlowSlowPacketReadCounter(); - U08 flowErrorCtr = getFPGADialysateFlowErrorCounter(); - U08 flowStatus = getFPGADialysateFlowMeterStatus(); F64 dipFlow; // Process new dialysate flow readings