Index: firmware/App/Controllers/BalancingChamber.c =================================================================== diff -u -rac5e52d907ff6adad795d8f81ca8206c5cd33c77 -r97eba3d39e6ddf44276b77b1aea1171805ca142d --- firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision ac5e52d907ff6adad795d8f81ca8206c5cd33c77) +++ firmware/App/Controllers/BalancingChamber.c (.../BalancingChamber.c) (revision 97eba3d39e6ddf44276b77b1aea1171805ca142d) @@ -81,7 +81,7 @@ static F32 lastPrevSpentDialPressure; ///< Last previous spent side dialysate pressure static U32 currentBalChamberFillCounter; ///< Counter (in task interval) to monitor the timing spent for the spent side fill operation. static S32 diffSpentFillCompleteCount; ///< Difference between spent target fill to actual fill count -static BOOL isSpentFillComplete; ///< Flag indicating that spent side fill is complete. +static BOOL isSpentFillComplete; // ********** private function prototypes ********** @@ -981,7 +981,7 @@ data.balChamberSwPeriod = getD48PumpSpeedForBCFill(); data.isBalChamberFillInProgress = isSpentFillComplete; data.currentBalChamberSwitchingCounter = currentBalChamberFillCounter; - data.isPressureStalbilizedDuringFill = isPressureStalbilizedDuringFill; + data.isPressureStabilizedDuringFill = isPressureStalbilizedDuringFill; data.balChamberSWOnlyState = balanceChamberSwitchingOnly; broadcastData( MSG_ID_DD_BAL_CHAMBER_DATA, COMM_BUFFER_OUT_CAN_DD_BROADCAST, (U08*)&data, sizeof( BAL_CHAMBER_DATA_T ) );