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.
|
||||
*/
|
||||
GattServer() :
|
||||
eventHandler(NULL),
|
||||
serviceCount(0),
|
||||
characteristicCount(0),
|
||||
eventHandler(NULL),
|
||||
dataSentCallChain(),
|
||||
dataWrittenCallChain(),
|
||||
dataReadCallChain(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue