Skip to content

Commit e93347f

Browse files
Calvin Kattstv0g
authored andcommitted
fix(nodes/iec61850_goose): Create publishers if only output section exists
Signed-off-by: Calvin Katt <calvin.katt@rwth-aachen.de>
1 parent 942740c commit e93347f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/nodes/iec61850_goose.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,8 @@ int GooseNode::prepare() {
10651065

10661066
if (in.enabled) {
10671067
createReceiver();
1068+
}
1069+
if (out.enabled) {
10681070
createPublishers();
10691071
}
10701072

0 commit comments

Comments
 (0)