Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r5addd92e279ebc0871364fee70e3ac74db21001a -rf3c8ef49b4bef41b606325e3db0e053a7a72d98f --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 5addd92e279ebc0871364fee70e3ac74db21001a) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision f3c8ef49b4bef41b606325e3db0e053a7a72d98f) @@ -540,7 +540,7 @@ *************************************************************************/ void cmdSetDGDialysateHeatingParams( DG_CMD_DIALYSATE_HEATING_PARAMS_T heatingParams ) { - dgTrimmerTempSet = heatingParams.trimmerTargetTemperature; // TODO is this needed anymore? + dgTrimmerTempSet = heatingParams.trimmerTargetTemperature; // TODO what should we do with the BOOL return of this function? sendDialysateHeatingParamsToDG( &heatingParams ); }