mirror of https://github.com/ARMmbed/mbed-os.git
fixed initialisation order
parent
400fd82972
commit
db4aecb275
|
|
@ -196,9 +196,9 @@ protected:
|
||||||
* Construct a GattServer instance.
|
* Construct a GattServer instance.
|
||||||
*/
|
*/
|
||||||
GattServer() :
|
GattServer() :
|
||||||
|
eventHandler(NULL),
|
||||||
serviceCount(0),
|
serviceCount(0),
|
||||||
characteristicCount(0),
|
characteristicCount(0),
|
||||||
eventHandler(NULL),
|
|
||||||
dataSentCallChain(),
|
dataSentCallChain(),
|
||||||
dataWrittenCallChain(),
|
dataWrittenCallChain(),
|
||||||
dataReadCallChain(),
|
dataReadCallChain(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue