mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
h5: don't require post buffer anymore
This commit is contained in:
parent
c65ae2a0ed
commit
1f8d704626
@ -49,11 +49,6 @@
|
||||
#include "hci_transport.h"
|
||||
#include "btstack_uart_block.h"
|
||||
|
||||
// assert post-buffer for 16-bit data integrity check is available
|
||||
#if !defined(HCI_OUTGOING_POST_BUFFER_SIZE) || (HCI_OUTGOING_POST_BUFFER_SIZE < 2)
|
||||
#error HCI_OUTGOING_POST_BUFFER_SIZE not defined. Please update hci.h
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
LINK_UNINITIALIZED,
|
||||
LINK_INITIALIZED,
|
||||
|
Loading…
x
Reference in New Issue
Block a user