Skip to content

make the call to Component::create mandatory

Raphael Grimm requested to merge component_make_create_call_mandatory into master

in my tests (running the simulator and using controllers) this change did not cause any problem. this patch is useful to catch errors caused by not calling Component::create as early as possible.

Merge request reports