Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 8d251a1

Browse files
committed
revert
1 parent fdcd563 commit 8d251a1

File tree

3 files changed

+241
-119
lines changed

3 files changed

+241
-119
lines changed

vsf/component/stream/usart_stream/usart_stream.c

-10
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,6 @@ static void uart_on_tx(void *p)
5656
{
5757
buffer.buffer = buf;
5858
buffer.size = stream_read(param->stream_tx, &buffer);
59-
60-
static bool stop = 0;
61-
if (stop)
62-
stop = 0;
63-
64-
if (buffer.size == 48)
65-
{
66-
stop = 1;
67-
}
68-
6959
if (buffer.size)
7060
{
7161
vsfhal_usart_tx_bytes(param->index, buf, buffer.size);

0 commit comments

Comments
 (0)