beremiz
Clone
Summary
Browse
Changes
Graph
Now use beremiz.h
2013-03-26, Edouard Tisserant
4ec3b833f2d5
Parents
a62c0de6986f
Children
6f9aa410a997
Now use beremiz.h
1 files changed, 2 insertions(+), 7 deletions(-)
+2
-7
etherlab/plc_etherlab.c
--- a/etherlab/plc_etherlab.c Wed Mar 20 09:17:15 2013 +0100
+++ b/etherlab/plc_etherlab.c Tue Mar 26 09:34:30 2013 +0900
@@ -10,13 +10,8 @@
#include "ecrt.h"
#include "ec_rtdm.h"
-#ifdef _WINDOWS_H
- #include "iec_types.h"
-#else
- #include "iec_std_lib.h"
-#endif
-
-extern unsigned long long common_ticktime__;
+#include "beremiz.h"
+#include "iec_types_all.h"
// declaration of interface variables
%(located_variables_declaration)s