Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r46b163d19c65e8c21db7b0247bbb1af0dba1ece5 -ra16225ab0fc1c575ad857ccf1dcccdb7a3aa8eef --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 46b163d19c65e8c21db7b0247bbb1af0dba1ece5) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision a16225ab0fc1c575ad857ccf1dcccdb7a3aa8eef) @@ -1141,6 +1141,10 @@ handleUIServiceModeRequest( message ); break; + case MSG_ID_UI_CONFIRMATION_RESULT: + handleUIConfirmationResponse( message ); + break; + // NOTE: this always must be the last case case MSG_ID_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message );