fixed multiple cia402 instance symbol collision
authorEdouard Tisserant
Wed, 23 May 2012 16:13:49 +0200
changeset 2059 b74955d211c7
parent 2058 b3bc00dae385
child 2060 c7a2c9362d63
fixed multiple cia402 instance symbol collision
etherlab/plc_cia402node.c
--- a/etherlab/plc_cia402node.c	Wed May 23 10:39:14 2012 +0200
+++ b/etherlab/plc_cia402node.c	Wed May 23 16:13:49 2012 +0200
@@ -16,10 +16,10 @@
 
 %(MCL_headers)s
 
-IEC_UINT __InactiveMask = 0x4f;
-IEC_UINT __ActiveMask = 0x6f;
-IEC_UINT __PowerMask = 0x10;
-IEC_BOOL __FirstTick = 1;
+static IEC_UINT __InactiveMask = 0x4f;
+static IEC_UINT __ActiveMask = 0x6f;
+static IEC_UINT __PowerMask = 0x10;
+static IEC_BOOL __FirstTick = 1;
 
 typedef enum {
 	__Unknown,