Changed AXIS_REF registration call name
authorEdouard Tisserant
Mon, 04 Jun 2012 19:00:58 +0200
changeset 2061 a5641abeac7c
parent 2060 c7a2c9362d63
child 2065 71678bd14f43
Changed AXIS_REF registration call name
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;
 }