Index: firmware/App/Controllers/SyringePump.c =================================================================== diff -u -r85814f50ffa07b1794e9b1c40d3e558554a7fb77 -r175b20f03478dd1beea58d399993acb5bb32f471 --- firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 85814f50ffa07b1794e9b1c40d3e558554a7fb77) +++ firmware/App/Controllers/SyringePump.c (.../SyringePump.c) (revision 175b20f03478dd1beea58d399993acb5bb32f471) @@ -246,10 +246,10 @@ static U32 syringePumpStallRetryCount; ///< Counts pump ramp up stall retries. static HD_HEPARIN_FORCE_SENSOR_CAL_RECORD_T forceSensorCalRecord; ///< HD heparin force sensor calibration record. -static U32 syringePumpDACRetryCount; -static U32 syringePumpDACRetryTimer; +static U32 syringePumpDACRetryCount; ///< Counter for DAC set retries. +static U32 syringePumpDACRetryTimer; ///< Timer for DAC set retries. -static U32 syringePumpEmptyForceCount; +static U32 syringePumpEmptyForceCount; ///< Counter for empty syringe detection. // ********** private function prototypes **********