diff -r c7a2c9362d63 -r a5641abeac7c etherlab/plc_cia402node.c --- a/etherlab/plc_cia402node.c Wed May 23 16:30:41 2012 +0200 +++ b/etherlab/plc_cia402node.c Mon Jun 04 19:00:58 2012 +0200 @@ -46,7 +46,7 @@ int __init_%(location)s() { %(init_entry_variables)s - *__IW%(location)s_0 = __MK_AllocAxis(&(__CIA402Node_%(location)s.axis)); + *__IW%(location)s_0 = __MK_Alloc_AXIS_REF(&(__CIA402Node_%(location)s.axis)); return 0; }