We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09836f7 commit 7ca2c6bCopy full SHA for 7ca2c6b
components/net/at/src/at_client.c
@@ -823,7 +823,7 @@ static int at_recv_readline(at_client_t client)
823
return -RT_EFULL;
824
}
825
826
- // Since the buffer state is uncertain, we proactively clear it; the overhead is negligible.
+ /* Since the buffer state is uncertain, we proactively clear it; the overhead is negligible. */
827
rt_event_send(&client->event, at_client_rx_notice_event);
828
goto __next;
829
@@ -909,7 +909,7 @@ static void client_parser(at_client_t client)
909
910
else
911
{
912
- // rt_kprintf("unrecognized line: %.*s", client->recv_line_len, client->recv_line_buf);
+ /* log_d("unrecognized line: %.*s", client->recv_line_len, client->recv_line_buf); */
913
914
915
0 commit comments