Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r2626ebc795d8e8b988f50efe0eddb30bd111e4ed -r9460533e74bff4880dcea0ee4eaba0650b4cebae --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 2626ebc795d8e8b988f50efe0eddb30bd111e4ed) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 9460533e74bff4880dcea0ee4eaba0650b4cebae) @@ -375,14 +375,14 @@ /*********************************************************************//** * @brief - * The signalBPRateChange function signals that user has changed the blood - * flow rate. If pressure limits state was stable, a blood flow rate change + * The signalUserRateChange function signals that user has changed the blood + * and/or dialysate flow rate. If pressure limits state was stable, a rate change * will kick us back to stabilization state. * @details Inputs: none * @details Outputs: currPresLimitsState, stabilizationStartTimeMs * @return none *************************************************************************/ -void signalBPRateChange( void ) +void signalUserRateChange( void ) { // User update of blood flow rate initiates/resets a stabilization period (if we were in stabilization or stable state) if ( PRESSURE_LIMITS_STATE_STABILIZATION == currPresLimitsState )