h5: don't require post buffer anymore

This commit is contained in:
Matthias Ringwald 2017-03-03 13:51:26 +01:00
parent c65ae2a0ed
commit 1f8d704626

View File

@ -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,