Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rf5d4fecd7b937ddf8e8b4ef3372541e79c7a44fc -r5bcaad82c0fdd66fda6db24a023d7128c4eb93ae --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision f5d4fecd7b937ddf8e8b4ef3372541e79c7a44fc) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 5bcaad82c0fdd66fda6db24a023d7128c4eb93ae) @@ -1210,7 +1210,7 @@ break; case MSG_ID_UI_INSTITUTIONAL_RECORD_REQUEST: - sendInstitutionalRecordToUI( message ); + handleSendInstitutionalRecordToUI( message ); break; // NOTE: this always must be the last case