Skip to content

Commit 6d7d51e

Browse files
Rotzbua256dpi
authored andcommitted
fix(typo): change variable name according to implementation
1 parent 77bd41d commit 6d7d51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MQTTClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class MQTTClient {
9797
void *ref = nullptr;
9898

9999
explicit MQTTClient(int bufSize = 128) : MQTTClient(bufSize, bufSize) {}
100-
MQTTClient(int readSize, int writeBufSize);
100+
MQTTClient(int readBufSize, int writeBufSize);
101101

102102
~MQTTClient();
103103

0 commit comments

Comments
 (0)