Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r7c3e70e76a480c56e52a181fb0d2d32f13847530 -rd0afb42f8728fd5ee05c90ec0e57e1f4eec4067b --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 7c3e70e76a480c56e52a181fb0d2d32f13847530) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision d0afb42f8728fd5ee05c90ec0e57e1f4eec4067b) @@ -150,7 +150,6 @@ static OVERRIDE_F32_T bpFlowWearBTerm; ///< Blood flow estimation term for wear offset. static OVERRIDE_F32_T bpStrokeVolumeMlPerRev; ///< Blood flow estimation term for stroke volume (mL per rotor rev). static OVERRIDE_U32_T bpMaxRotorCountForWear; ///< Maximum rotor count used for cartridge wear estimation. - //static TD_PUMPS_CAL_RECORD_T bloodPumpCalRecord; ///< Blood pump calibration record. // ********** private function prototypes ********** @@ -1438,15 +1437,15 @@ } /*********************************************************************//** - * @brief - * The testBPStrokeVolumeOverride function overrides the stroke volume - * (mL per rotor revolution) used in the blood flow estimation equation. - * @details \b Inputs: none - * @details \b Outputs: bpStrokeVolumeMlPerRev - * @param message Override message from Dialin which includes the stroke - * volume (mL per rotor revolution) to override with. - * @return TRUE if override successful, FALSE if not - *************************************************************************/ +* @brief +* The testBPStrokeVolumeOverride function overrides the stroke volume +* (mL per rotor revolution) used in the blood flow estimation equation. +* @details \b Inputs: none +* @details \b Outputs: bpStrokeVolumeMlPerRev +* @param message Override message from Dialin which includes the stroke +* volume (mL per rotor revolution) to override with. +* @return TRUE if override successful, FALSE if not +*************************************************************************/ BOOL testBPStrokeVolumeOverride( MESSAGE_T *message ) { BOOL result = f32Override( message, &bpStrokeVolumeMlPerRev );