drivers/rpmsg_port_uart: remove debug message of datalen
datalen message after file_read is always 0 Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
parent
801cd455ef
commit
45f2a4b2cb
1 changed files with 0 additions and 2 deletions
|
|
@ -129,8 +129,6 @@ static void rpmsg_port_uart_send_packet(FAR struct rpmsg_port_uart_s *rpuart,
|
|||
data = (FAR uint8_t *)data + ret;
|
||||
datalen -= ret;
|
||||
}
|
||||
|
||||
rpmsgdbg("Sent %zu Data\n", datalen);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue