_init_ is already called for value in infos["elmt_type"]["initial"]().
Additional _init_() creates second set of child element and that
creates unusable xml project.
This regression cause by not well tested commit "Proper fix for error
'object has no attribute 'getSlave' in EtherCAT extension" (96ca6b056c55595f71bfaca9f54b9e8646460c23)
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)all: warn some_binary @echo "*** all done ***"warn: @echo "*** Sample Makefile, does nothing ***"some_binary: $(BEREMIZ_OBJS) @echo "* Would link $^ -> $@"%.o: %.c @echo "* Would compile $< -> $@"