Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -rb20421d84b9049977c04f4752f4fc5697425f25c -r6ba3eebfe02e3918402e30e0bd775bcfbcb06443 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision b20421d84b9049977c04f4752f4fc5697425f25c) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 6ba3eebfe02e3918402e30e0bd775bcfbcb06443) @@ -1639,10 +1639,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 )