etherlab/plc_cia402node.c
changeset 2061 a5641abeac7c
parent 2059 b74955d211c7
child 2069 840d328560f8
--- 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;
 }