Skip to content

Commit 475fd3b

Browse files
committed
[utest][serial_v2] 删除无意义的打印
1 parent 11666fa commit 475fd3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/utest/testcases/drivers/serial_v2/uart_overflow_rxb_txb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ static void tc_uart_api(void)
187187
rt_uint16_t num = 0;
188188
rt_uint32_t i = 0;
189189

190-
LOG_W("skdjfffjkkkkkkkkkkkkkkkkkkkk");
191190
for (i = 1; i < 10; i++)
192191
{
193192
if (uart_api(RT_SERIAL_TC_TXBUF_SIZE * i + i % 2) == RT_EOK)

0 commit comments

Comments
 (0)