Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -rdf1640ceeb08887cd506c4e1b7148db66e1b6200 -rb9eccdfcf1727112664b85977a16a18811b9fde7 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision df1640ceeb08887cd506c4e1b7148db66e1b6200) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision b9eccdfcf1727112664b85977a16a18811b9fde7) @@ -380,7 +380,7 @@ * hall sensor detection. Calculates rotor speed (in RPM). Stops pump if * there is a pending request to home the pump. * @details Inputs: bpRotorRevStartTime, bpStopAtHomePosition - * @details Outputs: bpRotorRevStartTime, bloodPumpRotorSpeedRPM + * @details Outputs: bpRotorRevStartTime, bloodPumpRotorSpeedRPM, bloodPumpRotorCounter * @return none *************************************************************************/ void signalBloodPumpRotorHallSensor( void ) @@ -1137,8 +1137,8 @@ * @brief * The checkBloodPumpMCCurrent function checks the measured MC current vs. * the set state of the blood pump (stopped or running). - * @details Inputs: - * @details Outputs: + * @details Inputs: BP motor controller measured current. + * @details Outputs: Alarm triggered it current too high. * @return none *************************************************************************/ static void checkBloodPumpMCCurrent( void )