Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Oct 4, 2022
1 parent 4fd030d commit 93c9fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cellular_pktio.c
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ static void _handleAllReceived( CellularContext_t * pContext,
bytesRead = bytesRead - 1U;
}

/* Preprocess line. Unlock the response mutex since callback function is called. */
/* Preprocess line. */
keepProcess = _preprocessLine( pContext, pTempLine, &bytesRead, &pStartOfData );

if( keepProcess == true )
Expand Down

0 comments on commit 93c9fad

Please sign in to comment.