mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
arch/arm/src/stm32/: In HCI UART, sense of RTS and CTS are inverted. When we speak of asserting RTS we mean setting nRTS to zero.
This commit is contained in:
@@ -868,7 +868,7 @@ static int hci_tx_kthread(int argc, FAR char *argv[])
|
||||
|
||||
wlinfo("started\n");
|
||||
|
||||
while (1)
|
||||
for (; ; )
|
||||
{
|
||||
FAR struct bt_buf_s *buf;
|
||||
|
||||
@@ -918,7 +918,7 @@ static int hci_rx_kthread(int argc, FAR char *argv[])
|
||||
|
||||
wlinfo("started\n");
|
||||
|
||||
while (1)
|
||||
for (; ; )
|
||||
{
|
||||
ret = bt_queue_receive(g_btdev.rx_queue, &buf);
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user