MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / add_common_service

Function add_common_service

test/common/unit_test_zephyr_uart_server.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66////////////////////////////////////////////////////////////////////////////////
67
68void add_common_service(erpc_server_t server)
69{
70 service_common = create_Common_service();
71 erpc_add_service_to_server(server, service_common);
72}
73
74void remove_common_services_from_server(erpc_server_t server, erpc_service_t service)
75{

Callers 1

mainFunction · 0.70

Calls 1

Tested by

no test coverage detected