mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 13:43:38 +00:00
btstack_uart: add defines for flow control
This commit is contained in:
parent
c763cd5141
commit
5b09a22d88
@ -56,6 +56,9 @@ extern "C" {
|
||||
#define BTSTACK_UART_PARITY_EVEN 1
|
||||
#define BTSTACK_UART_PARITY_ODD 2
|
||||
|
||||
#define BTSTACK_UART_FLOWCONTROL_ON 1
|
||||
#define BTSTACK_UART_FLOWCONTROL_OFF 0
|
||||
|
||||
typedef enum {
|
||||
// UART active, sleep off
|
||||
BTSTACK_UART_SLEEP_OFF = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user