Commit 3c7fc522 authored by Ivan Tyagov's avatar Ivan Tyagov

Move.

parent eb01425d
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
* See http://creativecommons.org/publicdomain/zero/1.0/for more information. */
#define countof(a) (sizeof(a)/sizeof(*(a)))
#include <open62541/server.h>
......
......@@ -34,8 +34,6 @@
#include <open62541/plugin/pubsub_ethernet.h>
#include <open62541/plugin/pubsub_udp.h>
#define countof(a) (sizeof(a)/sizeof(*(a)))
// global Id of coupler
static int COUPLER_ID = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment