btstack_link_key_db_tlv: use 1 as default for NVM_NUM_LINK_KEYS

This commit is contained in:
Matthias Ringwald 2017-06-09 22:36:19 +02:00
parent 57b7fe851d
commit e0bb66f826

View File

@ -45,6 +45,9 @@
#include "classic/core.h"
// NVM_NUM_LINK_KEYS defines number of stored link keys
#ifndef NVM_NUM_LINK_KEYS
#define NVM_NUM_LINK_KEYS 1
#endif
typedef struct {
const btstack_tlv_t * btstack_tlv_impl;