Skip to content

Commit db4aecb

Browse files
fixed initialisation order
1 parent 400fd82 commit db4aecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/GattServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ class GattServer {
196196
* Construct a GattServer instance.
197197
*/
198198
GattServer() :
199+
eventHandler(NULL),
199200
serviceCount(0),
200201
characteristicCount(0),
201-
eventHandler(NULL),
202202
dataSentCallChain(),
203203
dataWrittenCallChain(),
204204
dataReadCallChain(),

0 commit comments

Comments
 (0)