diff -r b217fb367574 -r 2a4b8b59d165 C_runtime/Makefile --- a/C_runtime/Makefile Fri Nov 22 16:31:51 2024 +0100 +++ b/C_runtime/Makefile Sat Nov 23 00:49:26 2024 +0100 @@ -31,6 +31,7 @@ $(ERPC_C_ROOT)/infra/erpc_server.cpp \ $(ERPC_C_ROOT)/infra/erpc_simple_server.cpp \ $(ERPC_C_ROOT)/infra/erpc_framed_transport.cpp \ + $(ERPC_C_ROOT)/infra/erpc_nocrc_framed_transport.cpp \ $(ERPC_C_ROOT)/infra/erpc_message_buffer.cpp \ $(ERPC_C_ROOT)/infra/erpc_message_loggers.cpp \ $(ERPC_C_ROOT)/infra/erpc_transport_arbitrator.cpp \