From db4aecb275cfdd4f670d37c6a4ce3a8848ae2b87 Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Tue, 19 Feb 2019 17:26:43 +0000 Subject: [PATCH] fixed initialisation order --- features/FEATURE_BLE/ble/GattServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),