fix compile samv71-xplained and stm32-f103rb

This commit is contained in:
Matthias Ringwald 2020-07-13 19:08:34 +02:00
parent be3a5e5ff9
commit c682a3bf6e
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,8 @@
#define MAX_NR_L2CAP_CHANNELS 0
#define MAX_NR_L2CAP_SERVICES 0
#define NVM_NUM_DEVICE_DB_ENTRIES 16
// if defined, le_device_db_memory will not be compiled
// #define NVM_NUM_DEVICE_DB_ENTRIES 16
#endif

View File

@ -37,6 +37,7 @@
#define MAX_NR_SERVICE_RECORD_ITEMS 1
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
#define NVM_NUM_DEVICE_DB_ENTRIES 16
// if defined, le_device_db_memory will not be compiled
// #define NVM_NUM_DEVICE_DB_ENTRIES 16
#endif