| 39 | //////////////////////////////////////////////////////////////////////////////// |
| 40 | |
| 41 | void remove_services(erpc::SimpleServer *server) |
| 42 | { |
| 43 | /* Remove services |
| 44 | * Example: server->removeService (svc); |
| 45 | */ |
| 46 | |
| 47 | /* Delete unused service |
| 48 | */ |
| 49 | } |
| 50 | |
| 51 | #ifdef __cplusplus |
| 52 | extern "C" { |
no outgoing calls
no test coverage detected