Skip to content

Commit

Permalink
- updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Oct 25, 2019
1 parent 679d428 commit 4414e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changes to version 2.2.0
------------------------
- CS 101/104 slave: improved stability when receiving corrupted messages
- CS 101/104 slave: added plugin interface
- CS101 master: fixed setting of own address in balanced mode (#51)
- CS101 slave: fixed bug in queue size initialization
Expand Down
1 change: 0 additions & 1 deletion lib60870-C/src/iec60870/cs104/cs104_slave.c
Original file line number Diff line number Diff line change
Expand Up @@ -2180,7 +2180,6 @@ handleMessage(MasterConnection self, uint8_t* buffer, int msgSize)
DEBUG_PRINT("Invalid message (too small)");
return false;
}

}

static void
Expand Down

0 comments on commit 4414e78

Please sign in to comment.