Skip to content

Commit 7ca2c6b

Browse files
committed
[component][net][at_client] 代码格式优化
1 parent 09836f7 commit 7ca2c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/net/at/src/at_client.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ static int at_recv_readline(at_client_t client)
823823
return -RT_EFULL;
824824
}
825825

826-
// Since the buffer state is uncertain, we proactively clear it; the overhead is negligible.
826+
/* Since the buffer state is uncertain, we proactively clear it; the overhead is negligible. */
827827
rt_event_send(&client->event, at_client_rx_notice_event);
828828
goto __next;
829829
}
@@ -909,7 +909,7 @@ static void client_parser(at_client_t client)
909909
}
910910
else
911911
{
912-
// rt_kprintf("unrecognized line: %.*s", client->recv_line_len, client->recv_line_buf);
912+
/* log_d("unrecognized line: %.*s", client->recv_line_len, client->recv_line_buf); */
913913
}
914914
}
915915
}

0 commit comments

Comments
 (0)