Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rf10e393f3d4c017d7e6f252b6ee203042ea5ee67 -r164ae54cb5fe0d2ea90307c2570a84d5b39d0aec --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision f10e393f3d4c017d7e6f252b6ee203042ea5ee67) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 164ae54cb5fe0d2ea90307c2570a84d5b39d0aec) @@ -1213,6 +1213,10 @@ handleSendInstitutionalRecordToUI( message ); break; + case MSG_ID_UI_HD_RESET_IN_SERVICE_MODE_REQUEST: + handleUIHDResetInServiceModeRequest( message ); + break; + // NOTE: this always must be the last case case MSG_ID_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message );