# HG changeset patch
# User Edouard Tisserant
# Date 1338829258 -7200
# Node ID a5641abeac7c359571ed487e84e4a59adb29e3e0
# Parent  c7a2c9362d6352f3bfb97c2c82b15cf3463708eb
Changed AXIS_REF registration call name

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;
 }