GattServer:: 'descriptorCount' is no longer a member of the base class.

This commit is contained in:
Rohit Grover 2014-11-18 10:19:21 +00:00
parent 90f241a5cb
commit 1af30a8952

View file

@ -107,7 +107,6 @@ protected:
protected:
uint8_t serviceCount;
uint8_t characteristicCount;
uint8_t descriptorCount;
private:
ServerEventCallbackWithCount_t onDataSent;