From 41d81c34116f892b43ea0dc1f571524d8345d32f Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Wed, 5 Nov 2014 22:43:08 +0000 Subject: [PATCH] fix compile --- platforms/stm32-f103rb-nucleo/btstack-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/stm32-f103rb-nucleo/btstack-config.h b/platforms/stm32-f103rb-nucleo/btstack-config.h index c804f5663..1cdf830b9 100644 --- a/platforms/stm32-f103rb-nucleo/btstack-config.h +++ b/platforms/stm32-f103rb-nucleo/btstack-config.h @@ -19,6 +19,7 @@ // #define MAX_SPP_CONNECTIONS 1 #define MAX_NO_GATT_CLIENTS 0 +#define MAX_NO_GATT_SUBCLIENTS 0 #define MAX_NO_HCI_CONNECTIONS MAX_SPP_CONNECTIONS #define MAX_NO_L2CAP_SERVICES 2 #define MAX_NO_L2CAP_CHANNELS (1+MAX_SPP_CONNECTIONS)