mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Remove wrong NodeFactory::Flags::SUPPORTS_READ from the iec60870 slave node
This commit is contained in:
parent
c635f112e3
commit
8164ce7693
1 changed files with 1 additions and 1 deletions
|
@ -684,4 +684,4 @@ int SlaveNode::stop()
|
|||
|
||||
static char name[] = "iec60870-5-104-slave";
|
||||
static char description[] = "Provide values as protocol slave";
|
||||
static NodePlugin<SlaveNode, name, description, (int) NodeFactory::Flags::SUPPORTS_WRITE | (int) NodeFactory::Flags::SUPPORTS_READ> p;
|
||||
static NodePlugin<SlaveNode, name, description, (int) NodeFactory::Flags::SUPPORTS_WRITE> p;
|
||||
|
|
Loading…
Add table
Reference in a new issue