From f7df97bed7e0f866448554bf043afdc87e8f6bee Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Thu, 28 Feb 2019 11:29:35 +0000 Subject: [PATCH] BLE - Remove conditionnal directive within GattClient::WriteOp_t --- features/FEATURE_BLE/ble/GattClient.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/FEATURE_BLE/ble/GattClient.h b/features/FEATURE_BLE/ble/GattClient.h index eb14309e55..79f214a5c5 100644 --- a/features/FEATURE_BLE/ble/GattClient.h +++ b/features/FEATURE_BLE/ble/GattClient.h @@ -160,7 +160,7 @@ public: * The server does not acknowledge the status of the operation. */ GATT_OP_WRITE_CMD = 0x02, -#if BLE_FEATURE_SIGNING + /** * Signed Write command. * @@ -169,7 +169,6 @@ public: * of the operation. */ GATT_OP_SIGNED_WRITE_CMD = 0x03 -#endif // BLE_FEATURE_SIGNING }; /**