Skip to content

Commit 4414e78

Browse files
committed
- updated CHANGELOG
1 parent 679d428 commit 4414e78

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changes to version 2.2.0
22
------------------------
3+
- CS 101/104 slave: improved stability when receiving corrupted messages
34
- CS 101/104 slave: added plugin interface
45
- CS101 master: fixed setting of own address in balanced mode (#51)
56
- CS101 slave: fixed bug in queue size initialization

lib60870-C/src/iec60870/cs104/cs104_slave.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,6 @@ handleMessage(MasterConnection self, uint8_t* buffer, int msgSize)
21802180
DEBUG_PRINT("Invalid message (too small)");
21812181
return false;
21822182
}
2183-
21842183
}
21852184

21862185
static void

0 commit comments

Comments
 (0)