libusb: fix typo in config

This commit is contained in:
Matthias Ringwald 2022-03-16 09:06:13 +01:00
parent a48967ee37
commit a2ad0a7565

View File

@ -33,7 +33,7 @@
#define ENABLE_PRINTF_HEXDUMP
#define ENABLE_SCO_OVER_HCI
#define ENABLE_SDP_DES_DUMP
#define ENABLE_SOFTWARE_AES1280
#define ENABLE_SOFTWARE_AES128
// BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)