Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -re190a7eb5fb36d4a0c42e9db709571db3037d39d -rae1bfe66844d660e3228c5d99e99149bd1884f1a --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision e190a7eb5fb36d4a0c42e9db709571db3037d39d) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision ae1bfe66844d660e3228c5d99e99149bd1884f1a) @@ -1645,10 +1645,11 @@ /*********************************************************************//** * @brief - * The testSetDialInPumpTargetDutyCycle function resets the override of the - * measured dialIn pump motor current. + * The testSetBloodPumpTargetDutyCycle function sets the duty cycle of the + * blood pump by calling setBloodPumpTargetFlowRate. * @details Inputs: none - * @details Outputs: adcDialInPumpMCCurrentmA + * @details Outputs: none + * @param value duty cycle of the blood pump (as a percentage). * @return TRUE if reset successful, FALSE if not *************************************************************************/ BOOL testSetBloodPumpTargetDutyCycle( F32 value )