beremiz

Changed AXIS_REF registration call name

2012-06-04, Edouard Tisserant
a5641abeac7c
Parents c7a2c9362d63
Children 71678bd14f43
Changed AXIS_REF registration call name
--- 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;
}