Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -re250309026d33ff57fd00d74ccc05b1595610656 -ra72cc92cae2b043fadc8ed9a1d065cfb403185a0 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision e250309026d33ff57fd00d74ccc05b1595610656) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision a72cc92cae2b043fadc8ed9a1d065cfb403185a0) @@ -1306,6 +1306,10 @@ handleHDUsageInfoRequest( message ); break; + case MSG_ID_HD_STOP_RTC_CLOCK: + handleStopHDRTCClock( message ); + break; + // NOTE: this always must be the last case case MSG_ID_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message );