mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
Revert "atwilc3000: uart flow control intially disabled"
This reverts commit 40ad23881dbcd17fb2a6e64bb0326f14f9734886.
This commit is contained in:
parent
44149d3a0f
commit
4eb6a35329
@ -78,7 +78,7 @@ static hci_transport_config_uart_t config = {
|
|||||||
HCI_TRANSPORT_CONFIG_UART,
|
HCI_TRANSPORT_CONFIG_UART,
|
||||||
115200,
|
115200,
|
||||||
0, // main baudrate
|
0, // main baudrate
|
||||||
0, // flow control
|
1, // flow control
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -219,8 +219,7 @@ int main(int argc, const char * argv[]){
|
|||||||
// config.device_name = "/dev/tty.usbserial-A900K2WS"; // DFROBOT
|
// config.device_name = "/dev/tty.usbserial-A900K2WS"; // DFROBOT
|
||||||
// config.device_name = "/dev/tty.usbserial-A50285BI"; // BOOST-CC2564MODA New
|
// config.device_name = "/dev/tty.usbserial-A50285BI"; // BOOST-CC2564MODA New
|
||||||
// config.device_name = "/dev/tty.usbserial-A9OVNX5P"; // RedBear IoT pHAT breakout board
|
// config.device_name = "/dev/tty.usbserial-A9OVNX5P"; // RedBear IoT pHAT breakout board
|
||||||
// config.device_name = "/dev/tty.usbserial-A900K0VK"; // CSR8811 breakout board
|
config.device_name = "/dev/tty.usbserial-A900K0VK"; // CSR8811 breakout board
|
||||||
config.device_name = "/dev/tty.usbserial-A96PXBJ7"; // ATWILC3000 breakout board
|
|
||||||
|
|
||||||
// init HCI
|
// init HCI
|
||||||
const btstack_uart_block_t * uart_driver = btstack_uart_block_posix_instance();
|
const btstack_uart_block_t * uart_driver = btstack_uart_block_posix_instance();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user