Merged
authorlaurent
Mon, 11 Jun 2012 02:37:23 +0200
changeset 2065 71678bd14f43
parent 2064 810013fe8c1b (current diff)
parent 2061 a5641abeac7c (diff)
child 2066 de4817ce8b50
Merged
--- a/etherlab/plc_cia402node.c	Mon Jun 11 02:25:57 2012 +0200
+++ b/etherlab/plc_cia402node.c	Mon Jun 11 02:37:23 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;
 }