mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 07:21:20 +00:00
use HCI_ACL_PAYLOAD_SIZE instead of HCI_ACL_BUFFER_SIZE
This commit is contained in:
parent
d9a1d4598e
commit
8aa7053ea5
@ -262,7 +262,7 @@ echo "#define HAVE_MALLOC" >> config.h
|
||||
echo "#define HAVE_BZERO" >> config.h
|
||||
echo "#define ENABLE_LOG_INFO " >> config.h
|
||||
echo "#define ENABLE_LOG_ERROR" >> config.h
|
||||
echo "#define HCI_ACL_BUFFER_SIZE 1021" >> config.h
|
||||
echo "#define HCI_ACL_PAYLOAD_SIZE 1021" >> config.h
|
||||
|
||||
AC_SUBST(IPHONE_IP)
|
||||
AC_SUBST(HAVE_LIBUSB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user