mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
arch/arm/src/stm32: Fix an error in the HCI UART. It was setting 9- vs 8-bit word size.
This commit is contained in:
@@ -1276,6 +1276,8 @@ int bt_initialize(void)
|
||||
FAR const struct bt_driver_s *btdev = g_btdev.btdev;
|
||||
int ret;
|
||||
|
||||
wlinfo("btdev %p\n", btdev);
|
||||
|
||||
DEBUGASSERT(btdev != NULL);
|
||||
bt_buf_initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user