mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 01:21:28 +00:00
tests: fix compile
This commit is contained in:
parent
779b256e49
commit
53be73e88a
@ -39,6 +39,7 @@
|
|||||||
#define __LE_DEVICE_DB_H
|
#define __LE_DEVICE_DB_H
|
||||||
|
|
||||||
#include "btstack_util.h"
|
#include "btstack_util.h"
|
||||||
|
#include "btstack_config.h"
|
||||||
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -27,5 +27,6 @@
|
|||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 52
|
||||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 4
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 4
|
||||||
|
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user