tests: fix compile

This commit is contained in:
Matthias Ringwald 2017-02-20 11:30:58 +01:00
parent 779b256e49
commit 53be73e88a
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#define __LE_DEVICE_DB_H
#include "btstack_util.h"
#include "btstack_config.h"
#if defined __cplusplus
extern "C" {

View File

@ -27,5 +27,6 @@
// BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 52
#define HCI_INCOMING_PRE_BUFFER_SIZE 4
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
#endif