Previous version which works for my stm32f401 Nucleo board

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
97:a89d28ad6092
Parent:
90:26c0c9807ab4
Child:
98:731050bb5362
--- a/BlueNRGGattServer.h	Fri Jul 24 17:31:50 2015 +0000
+++ b/BlueNRGGattServer.h	Mon Jul 27 11:10:19 2015 +0000
@@ -46,6 +46,8 @@
 
 #define BLE_TOTAL_CHARACTERISTICS 10
 
+// If the char has handle 'x', then the value declaration will have the handle 'x+1'
+#define CHAR_VALUE_OFFSET 1
 
 using namespace std;