| 45 | |
| 46 | extern "C" { |
| 47 | DLLEXPORT PluginInfo * plugin_init(PluginFunctions * func, const path_t& path) { |
| 48 | func->registerPeripheralFn("example_peripheral", &example_peripheral::init); |
| 49 | return &info; |
| 50 | } |
| 51 | } |
nothing calls this directly
no outgoing calls
no test coverage detected