diff --git a/features/FEATURE_BLE/ble/GattServer.h b/features/FEATURE_BLE/ble/GattServer.h index 2a1bf417ce..dfa9fa3c3e 100644 --- a/features/FEATURE_BLE/ble/GattServer.h +++ b/features/FEATURE_BLE/ble/GattServer.h @@ -196,9 +196,9 @@ protected: * Construct a GattServer instance. */ GattServer() : + eventHandler(NULL), serviceCount(0), characteristicCount(0), - eventHandler(NULL), dataSentCallChain(), dataWrittenCallChain(), dataReadCallChain(),