Index: firmware/App/Services/DDInterface.c =================================================================== diff -u -rb4166e3c1342a8ddbf1dee8df4eaeb46fb0e6d00 -r8f8e52d51c3b9082fe932fce1cca8610f5ac97d3 --- firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision b4166e3c1342a8ddbf1dee8df4eaeb46fb0e6d00) +++ firmware/App/Services/DDInterface.c (.../DDInterface.c) (revision 8f8e52d51c3b9082fe932fce1cca8610f5ac97d3) @@ -295,8 +295,10 @@ * @param quf Target ultrafiltration rate (Quf). * @param dialTemp Target dialysate temperature in deg C. * @param bypass Flag indicating whether dialyzer should be bypassed. - * @param acid Type of acid concentrate used. - * @param bicarb Type of bicarbonate concentrate used. + * @param acidConvFactor Conversion factor for the acid used. + * @param bicarbConvFactor Conversion factor for the bicarbonate used. + * @param sodium Level of sodium used in mEq/L. + * @param bicarbonate Level of bicarbonate used in mEq/L. * @return none *************************************************************************/ void cmdStartGenerateDialysate( F32 qd, F32 quf, F32 dialTemp, BOOL bypass, F32 acidConvFactor, F32 bicarbConvFactor, U32 sodium, U32 bicarbonate )