Skip to content
Snippets Groups Projects
Commit 7161e45d authored by Karel Slaný's avatar Karel Slaný
Browse files

lib: module properties were ignored for embedded modules

parent fe3749e5
Branches
Tags
No related merge requests found
......@@ -108,6 +108,7 @@ static int load_sym_c(struct kr_module *module, uint32_t api_required)
module->deinit = embedded->deinit;
module->config = embedded->config;
module->layer = embedded->layer;
module->props = embedded->props;
return kr_ok();
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment