Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r1f669c93c03ac8f246a2b791678b4b65ecb2dbd4 -reb8fa7f4b593303640b91c1d942a965d28deecaa --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 1f669c93c03ac8f246a2b791678b4b65ecb2dbd4) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision eb8fa7f4b593303640b91c1d942a965d28deecaa) @@ -1167,7 +1167,8 @@ if ( ( dgOp != DG_MODE_HEAT ) && ( dgOp != DG_MODE_CHEM ) ) { - // In heat disinfect and chemical disinfect, the trimmer heater is controlled by the DG itself so no commands from HD should be sent. + // In heat disinfect and chemical disinfect, the trimmer heater is controlled by the DG itself so no commands from HD should be sent + // regarding the trimmer heater. if ( ( TRUE == dgTrimmerHeaterOn ) && ( HEATER_EXEC_STATE_OFF == trimmerState ) ) { cmdStartDGTrimmerHeater();