Skip to content

Commit 3885b99

Browse files
authored
Update TheThingsNetwork.cpp
Remove TODO comment as it will cause a merge conflict.
1 parent 4eae50c commit 3885b99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TheThingsNetwork.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ void TheThingsNetwork::clearReadBuffer()
348348
size_t TheThingsNetwork::readLine(char *buffer, size_t size)
349349
{
350350
size_t read = 0;
351-
//TODO: add protection against an infinite loop here
352351
while (read == 0)
353352
{
354353
read = modemStream->readBytesUntil('\n', buffer, size);

0 commit comments

Comments
 (0)