stm32-f4discovery-cc256x: set NVM_NUM_LINK_KEYS

This commit is contained in:
Matthias Ringwald 2017-06-05 11:56:42 +02:00
parent d9f53676a5
commit 938e9a3261

View File

@ -41,4 +41,7 @@
#define MAX_NR_AVDTP_CONNECTIONS 1
#define MAX_NR_AVRCP_CONNECTIONS 1
// Link Key DB using TLV on top of Flash Sector interface
#define NVM_NUM_LINK_KEYS 16
#endif