Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -rea6ff77291eee02f351953b76c6720cf860c8be7 -r4a41a54d255afc5cef0599e2a832927ed2b0ee5d --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision ea6ff77291eee02f351953b76c6720cf860c8be7) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 4a41a54d255afc5cef0599e2a832927ed2b0ee5d) @@ -632,7 +632,7 @@ // TODO - temporary debug code - remove later char debugFlowStr[ 256 ]; - sprintf( debugFlowStr, "Target Flow:%5d, Meas. Flow:%5d, Speed:%5d RPM, Current:%5d mA, PWM:%5d \n", flowStPt, (S32)measFlow, (S32)measMCSpd, (S32)measMCCurr, (S32)pumpPWMPctDutyCycle ); + sprintf( debugFlowStr, "Blood Set Pt.:%5d, Meas. Flow:%5d, Speed:%5d RPM, Current:%5d mA, PWM:%5d \n", flowStPt, (S32)measFlow, (S32)measMCSpd, (S32)measMCCurr, (S32)pumpPWMPctDutyCycle ); sendDebugData( (U08*)debugFlowStr, strlen(debugFlowStr) ); #endif broadcastBloodFlowData( flowStPt, measFlow, measRotSpd, measSpd, measMCSpd, measMCCurr, pumpPWMPctDutyCycle );