Skip to content

Commit 4fbc8c1

Browse files
authored
Fix ; (#56)
* fix handler explanation * Update readme * Update readme * change String to Array and pass uint16_t * remove ;
1 parent 3a09303 commit 4fbc8c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ModbusSlave.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ uint16_t Modbus::writeResponse()
833833

834834
// If we are not writing or the address is the broadcast address, cleanup and return.
835835
if (!_isResponseBufferWriting || isBroadcast())
836-
;
837836
{
838837
_isResponseBufferWriting = false;
839838
_responseBufferWriteIndex = 0;

0 commit comments

Comments
 (0)