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:
Gregory Nutt
2018-04-16 17:14:51 -06:00
parent 603efe6fb5
commit 862ff9cae3
3 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -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)