Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rd3926e5817813a9588b77f6c382940176a5feedc -rd32847d87534b3273deb7362f598aba60877e7b8 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision d3926e5817813a9588b77f6c382940176a5feedc) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision d32847d87534b3273deb7362f598aba60877e7b8) @@ -877,6 +877,10 @@ handleStartStopDGChemicalDisinfect( message ); break; + case MSG_ID_DG_START_STOP_CHEM_DISINFECT_FLUSH: + handleStartStopDGChemicalDisinfectFlush( message ); + break; + case MSG_ID_UI_DG_SET_RTC_REQUEST: handleUIClockSyncRequest( message ); break;