# HG changeset patch
# User laurent
# Date 1339375043 -7200
# Node ID 71678bd14f43a54d4c2baeae7a714dc7ddd9025c
# Parent  810013fe8c1b3cea2e02129bd2237da128db1c86# Parent  a5641abeac7c359571ed487e84e4a59adb29e3e0
Merged

diff -r 810013fe8c1b -r 71678bd14f43 etherlab/plc_cia402node.c
--- 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;
 }